Skip to content

Commit

Permalink
Merge pull request #130 from bettyblocks/feat/extend-property-option-…
Browse files Browse the repository at this point in the history
…textfield-PAGE-2839

feat: make value optional
  • Loading branch information
jrquak authored Feb 24, 2023
2 parents 638944c + 30dbebd commit 0991084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefabs/types/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface PrefabComponentOptionBase {
createNewProperty?: {
type: string;
dependsOn?: string;
value: string;
value?: string;
};
dataType?: string;
dependsOn?: string;
Expand Down

0 comments on commit 0991084

Please sign in to comment.