Skip to content

Commit b668bc1

Browse files
authored
Merge pull request #111 from magento-trigger/AC-390
[Trigger]AC-390: Fix removeProp() usage
2 parents f47c512 + 0f4c443 commit b668bc1

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)