Skip to content

Commit

Permalink
changed ecc-utils-form readonly to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
SalihuDickson committed Nov 4, 2024
1 parent 3f15b08 commit d18c7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ecc-utils-design/src/components/form/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface Field {
accept?: string;
returnIfEmpty?: boolean;
tooltip?: string;
readonly?: string;
readonly?: boolean;
};
selectOptions?: Array<{ label: string; value: string }>;
arrayOptions?: {
Expand Down

0 comments on commit d18c7c0

Please sign in to comment.