Skip to content

Commit 6d35594

Browse files
authored
fix(experience): date field should not report type error when fulfilling profile (#7676)
1 parent 987a00d commit 6d35594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/experience/src/types/guard.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ const dateFormatEnumGuard = s.enums(Object.values(SupportedDateFormat));
201201

202202
export const dateFieldConfigGuard = s.object({
203203
format: dateFormatEnumGuard,
204+
placeholder: s.optional(s.string()),
204205
customFormat: s.optional(s.string()),
205206
});
206207

0 commit comments

Comments
 (0)