Skip to content

Commit b16c67d

Browse files
committed
Merge branch 'PV-fix-rename-modal' into 'master3'
Fix rename title modal window See merge request !153
2 parents 97ce19b + a7077e6 commit b16c67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ProductVideo/view/adminhtml/web/js/new-video-dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ define([
662662
roles.prop('disabled', false);
663663
file = $('#file_name').val();
664664
widget._onGetVideoInformationEditClick();
665-
modalTitleElement = $('.modal-title');
665+
modalTitleElement = $('.mage-new-video-dialog .modal-title');
666666

667667
if (!file) {
668668
widget._blockActionButtons(true);

0 commit comments

Comments
 (0)