mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-21 18:18:48 -06:00
fix: created at mapping in notion integration (#4640)
This commit is contained in:
committed by
GitHub
parent
62c6189dfd
commit
42434290da
@@ -148,7 +148,7 @@ export const AddIntegrationModal = ({
|
||||
{
|
||||
id: "createdAt",
|
||||
name: t("common.created_at"),
|
||||
type: TSurveyQuestionTypeEnum.OpenText,
|
||||
type: TSurveyQuestionTypeEnum.Date,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ export const TYPE_MAPPING = {
|
||||
[TSurveyQuestionTypeEnum.OpenText]: [
|
||||
"created_by",
|
||||
"created_time",
|
||||
"date",
|
||||
"email",
|
||||
"last_edited_by",
|
||||
"last_edited_time",
|
||||
|
||||
Reference in New Issue
Block a user