Skip to content

Commit

Permalink
fix: update type IProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Adi Fatkhurozi committed Jul 20, 2023
1 parent 82b6787 commit abd3e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/types/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type IProp = {
condition?: boolean;
name: string;
expression?: IExpressionString;
value: any;
value?: any;
expressionValue?: IExpressionString;
}

Expand Down

0 comments on commit abd3e07

Please sign in to comment.