Skip to content

Commit b5eae6f

Browse files
committed
Merge remote-tracking branch 'trigger/develop' into AC-1194
2 parents 6687ae5 + b668bc1 commit b5eae6f

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)