Skip to content

Commit f2ab1e5

Browse files
committed
AC-1194: Update tags
1 parent 314c12b commit f2ab1e5

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/map/default

1 file changed

+2
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/map/default/preview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
<div class="pagebuilder-content-type pagebuilder-map" event="{ mouseover: onMouseOver, mouseout: onMouseOut }, mouseoverBubble: false">
99
<!-- 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 -->
1112
<div visible="apiKeyValid" attr="data.main.attributes" css="data.main.css" ko-style="data.main.style" afterRender="renderMap"></div>
1213
<render args="getOptions().template" ></render>
1314
</div>

0 commit comments

Comments
 (0)