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 97ce19b commit a7077e6Copy full SHA for a7077e6
app/code/Magento/ProductVideo/view/adminhtml/web/js/new-video-dialog.js
@@ -662,7 +662,7 @@ define([
662
roles.prop('disabled', false);
663
file = $('#file_name').val();
664
widget._onGetVideoInformationEditClick();
665
- modalTitleElement = $('.modal-title');
+ modalTitleElement = $('.mage-new-video-dialog .modal-title');
666
667
if (!file) {
668
widget._blockActionButtons(true);
0 commit comments