diff --git a/packages/form-js-editor/src/features/properties-panel/entries/StaticColumnsSourceEntry.js b/packages/form-js-editor/src/features/properties-panel/entries/StaticColumnsSourceEntry.js index 8ab8dcaa8..bad1e5593 100644 --- a/packages/form-js-editor/src/features/properties-panel/entries/StaticColumnsSourceEntry.js +++ b/packages/form-js-editor/src/features/properties-panel/entries/StaticColumnsSourceEntry.js @@ -44,6 +44,5 @@ export function StaticColumnsSourceEntry(props) { return { items, add: addEntry, - shouldSort: false, }; } diff --git a/packages/form-js-editor/src/features/properties-panel/entries/StaticOptionsSourceEntry.js b/packages/form-js-editor/src/features/properties-panel/entries/StaticOptionsSourceEntry.js index c3b24c04b..0e28ed90d 100644 --- a/packages/form-js-editor/src/features/properties-panel/entries/StaticOptionsSourceEntry.js +++ b/packages/form-js-editor/src/features/properties-panel/entries/StaticOptionsSourceEntry.js @@ -61,7 +61,6 @@ export function StaticOptionsSourceEntry(props) { return { items, add: addEntry, - shouldSort: false, }; } diff --git a/packages/form-js-editor/src/features/properties-panel/groups/CustomPropertiesGroup.js b/packages/form-js-editor/src/features/properties-panel/groups/CustomPropertiesGroup.js index dfbc9f90d..14225c5c7 100644 --- a/packages/form-js-editor/src/features/properties-panel/groups/CustomPropertiesGroup.js +++ b/packages/form-js-editor/src/features/properties-panel/groups/CustomPropertiesGroup.js @@ -71,7 +71,6 @@ export function CustomPropertiesGroup(field, editField) { label: 'Custom properties', tooltip: 'Add properties directly to the form schema, useful to configure functionality in custom-built task applications and form renderers.', - shouldSort: false, }; }