File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/map/default Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
< div class ="pagebuilder-content-type pagebuilder-map " event ="{ mouseover: onMouseOver, mouseout: onMouseOut }, mouseoverBubble: false ">
9
9
<!-- ko with: {apiKeyErrorMessageUnsanitizedHtml: apiKeyErrorMessage} -->
10
- < div visible ="!apiKeyValid() " class ="google-map-auth-failure-placeholder "> < p html ="apiKeyErrorMessageUnsanitizedHtml "> </ p > </ div >
10
+ < div visible ="!apiKeyValid() " class ="google-map-auth-failure-placeholder "> < p html ="apiKeyErrorMessageUnsanitizedHtml "> </ p > </ div >
11
+ <!-- /ko -->
11
12
< div visible ="apiKeyValid " attr ="data.main.attributes " css ="data.main.css " ko-style ="data.main.style " afterRender ="renderMap "> </ div >
12
13
< render args ="getOptions().template " > </ render >
13
14
</ div >
You can’t perform that action at this time.
0 commit comments