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 70972df commit 13d3064Copy full SHA for 13d3064
app/code/Magento/PageBuilder/view/adminhtml/web/js/modal/modal.js
@@ -31,21 +31,6 @@ define([
31
return this;
32
},
33
34
- /**
35
- * Set the title only for the current modal
36
- *
37
- * @param {String} title
38
- */
39
- setTitle: function (title) {
40
- if (this.title !== title) {
41
- this.title = title;
42
- }
43
-
44
- if (this.modal) {
45
- this.modal.parents('[role="dialog"]').find($(this.modal).modal('option').modalTitle).text(title);
46
47
- },
48
49
/**
50
* Listen for from save.
51
*
0 commit comments