We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28aa4d3 commit a17775bCopy full SHA for a17775b
app/code/Magento/MediaGalleryUi/view/adminhtml/web/js/grid/columns/image/actions.js
@@ -61,7 +61,7 @@ define([
61
62
if (!this.allowedActions.includes('delete')) {
63
$.async('.media-gallery-delete-assets', function () {
64
- $('.media-gallery-delete-assets').unbind('click').addClass('action-disabled');
+ $('.media-gallery-delete-assets').off('click').addClass('action-disabled');
65
});
66
}
67
0 commit comments