File tree 3 files changed +3
-3
lines changed
adminhtml/web/templates/modal
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
</ label >
14
14
< % } %>
15
15
< div class ="admin__field-control ">
16
- < input type ="text " data-role ="prompt-field " id ="prompt-field-<%- data.id %> " class ="admin__control-text " < %= inputAttr %> />
16
+ < input type ="text " data-role ="promptField " id ="prompt-field-<%- data.id %> " class ="admin__control-text " < %= inputAttr %> />
17
17
</ div >
18
18
</ div >
19
19
</ fieldset >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ define([
18
18
options : {
19
19
modalClass : 'prompt' ,
20
20
promptContentTmpl : promptContentTmpl ,
21
- promptField : '[data-role="prompt-field "]' ,
21
+ promptField : '[data-role="promptField "]' ,
22
22
attributesForm : { } ,
23
23
attributesField : { } ,
24
24
value : '' ,
Original file line number Diff line number Diff line change 13
13
</ label >
14
14
< % } %>
15
15
< div class ="control ">
16
- < input type ="text " data-role ="prompt-field " id ="prompt-field-<%- data.id %> " class ="input-text " < %= inputAttr %> />
16
+ < input type ="text " data-role ="promptField " id ="prompt-field-<%- data.id %> " class ="input-text " < %= inputAttr %> />
17
17
</ div >
18
18
</ div >
19
19
</ fieldset >
You can’t perform that action at this time.
0 commit comments