fix: created at mapping in notion integration (#4640)

This commit is contained in:
Dhruwang Jariwala
2025-01-23 11:31:41 +05:30
committed by GitHub
parent 62c6189dfd
commit 42434290da
2 changed files with 1 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ export const AddIntegrationModal = ({
{
id: "createdAt",
name: t("common.created_at"),
type: TSurveyQuestionTypeEnum.OpenText,
type: TSurveyQuestionTypeEnum.Date,
},
];

View File

@@ -7,7 +7,6 @@ export const TYPE_MAPPING = {
[TSurveyQuestionTypeEnum.OpenText]: [
"created_by",
"created_time",
"date",
"email",
"last_edited_by",
"last_edited_time",