Skip to content

Commit

Permalink
fixed required component merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewChoulas committed Oct 15, 2023
1 parent 7b5e4fa commit 34513e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scoutingapp/src/components/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export interface ComponentSetup {
route?: string;
options?: Array<string>;
placeholder?: Array<string>;
required?: Boolean;
getValue?: any;
setValue?: any;
id?: any;
Expand Down

0 comments on commit 34513e6

Please sign in to comment.