Skip to content

Commit abd3e07

Browse files
author
Adi Fatkhurozi
committed
fix: update type IProps
1 parent 82b6787 commit abd3e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/types/core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type IProp = {
1919
condition?: boolean;
2020
name: string;
2121
expression?: IExpressionString;
22-
value: any;
22+
value?: any;
2323
expressionValue?: IExpressionString;
2424
}
2525

0 commit comments

Comments
 (0)