Skip to content

Commit

Permalink
Change order of input types in configuration editor
Browse files Browse the repository at this point in the history
tkleinke committed Jan 27, 2025
1 parent 61479c5 commit 82e22d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -96,8 +96,8 @@ export class ConfigurationComponent implements OnInit, OnDestroy {
{ name: 'radio', searchable: true, customFields: true },
{ name: 'boolean', searchable: true, customFields: true },
{ name: 'checkboxes', searchable: true, customFields: true },
{ name: 'dating', customFields: true },
{ name: 'date', customFields: true },
{ name: 'dating', customFields: true },
{ name: 'dimension', customFields: true },
{ name: 'literature', customFields: true },
{ name: 'composite', customFields: true },

0 comments on commit 82e22d8

Please sign in to comment.