Skip to content

Commit

Permalink
chore: removed deprecated shouldSort properties panel attributes
Browse files Browse the repository at this point in the history
Closes #1200
  • Loading branch information
Skaiir committed Jun 7, 2024
1 parent e54bc9d commit ecc042d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ export function StaticColumnsSourceEntry(props) {
return {
items,
add: addEntry,
shouldSort: false,
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export function StaticOptionsSourceEntry(props) {
return {
items,
add: addEntry,
shouldSort: false,
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
}

Expand Down

0 comments on commit ecc042d

Please sign in to comment.