Skip to content

Commit

Permalink
#1619: Change the position of show duplicates checkbox - modified sor…
Browse files Browse the repository at this point in the history
…t order of show duplicates checkbox
  • Loading branch information
joweecaquicla committed Jul 22, 2020
1 parent b2e96b4 commit 2a4fdd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<filterInput
name="duplicated"
provider="${ $.parentName }"
sortOrder="90"
sortOrder="1000"
template="Magento_MediaGalleryUi/grid/filter/checkbox"
component="Magento_Ui/js/form/element/single-checkbox">
<argument name="data" xsi:type="array">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<filterInput
name="duplicated"
provider="${ $.parentName }"
sortOrder="90"
sortOrder="1000"
template="Magento_MediaGalleryUi/grid/filter/checkbox"
component="Magento_Ui/js/form/element/single-checkbox">
<argument name="data" xsi:type="array">
Expand Down

0 comments on commit 2a4fdd3

Please sign in to comment.