Skip to content

Commit

Permalink
feat(PropertyGroups): sort groups alphabetically
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory V <[email protected]>
  • Loading branch information
GVodyanov committed Sep 16, 2024
1 parent c255529 commit 0ab7fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Properties/PropertyGroups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default {

data() {
return {
localValue: this.value,
localValue: this.value.sort(),
}
},

Expand Down

0 comments on commit 0ab7fea

Please sign in to comment.