Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 8ddcadd

Browse files
committed
fix(custom-fields): emm
1 parent 4eebc69 commit 8ddcadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/models.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export type CheckboxInput = InputBase & {
8181

8282
export type CustomInput = InputBase & {
8383
type: 'custom-field';
84-
value: boolean | string;
84+
value: boolean | string | number;
8585
};
8686

8787
export type EmailInput = InputBase & {

0 commit comments

Comments
 (0)