Skip to content

Commit 3deca50

Browse files
committed
#7369: [GitHub] Colour swatches are being deleted and re-arrangeed af… #1230
1 parent 62f207a commit 3deca50

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Swatches/view/adminhtml/web/js

1 file changed

+1
-1
lines changed

app/code/Magento/Swatches/view/adminhtml/web/js/visual.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ define([
157157
/**
158158
* Update sort order values
159159
*/
160-
updateSortOrder: function() {
160+
updateSortOrder: function () {
161161
jQuery('[data-role=swatch-visual-options-container] tr:not(.no-display) [data-role=order]').each(
162162
function (index, element) {
163163
jQuery(element).val(index + 1);

0 commit comments

Comments
 (0)