Skip to content

Commit

Permalink
Fix Admin Customizable Options Dropdown sort_order issue
Browse files Browse the repository at this point in the history
- fix test
  • Loading branch information
omiroshnichenko committed Mar 1, 2019
1 parent e270dee commit 795d532
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,14 @@ define([
}
}],
result = [{
defaultLabelVisible: true,
label: 'Label 2',
name: 'Name 2',
required: false,
columnsHeaderClasses: '',
sortOrder: 5
}, {
defaultLabelVisible: true,
label: 'Label 1',
name: 'Name 1',
required: false,
Expand Down

0 comments on commit 795d532

Please sign in to comment.