Skip to content

Commit

Permalink
fix: sync edit form component types with backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mholthausen committed Jun 2, 2023
1 parent 6c0f020 commit aa1912f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/enum/EditFormComponentType.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type EditFormComponentType = 'CHECKBOX' | 'DATE' | 'DROPDOWN' | 'INPUT' | 'NUMBER' |
'SWITCH' | 'TEXTAREA' | 'UPLOAD' | 'DISPLAY' | 'SELECT';
export type EditFormComponentType = 'CHECKBOX' | 'DATE' | 'DISPLAY' | 'INPUT' | 'NUMBER' |
'SELECT' | 'SWITCH' | 'TEXTAREA' | 'UPLOAD';

export default EditFormComponentType;

0 comments on commit aa1912f

Please sign in to comment.