Skip to content

Commit aeabc53

Browse files
Merge remote-tracking branch 'mainline/develop' into AC-103
2 parents e3678cf + b668bc1 commit aeabc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/modal/template-manager-save.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ define([
110110
).show();
111111

112112
// Enable the button so the user can save
113-
this.modal.find(this.options.saveButton).removeProp('disabled');
113+
this.modal.find(this.options.saveButton).prop('disabled', false);
114114
},
115115

116116
/**

0 commit comments

Comments
 (0)