Skip to content

Commit 259cf10

Browse files
author
Hwashiang Yu
committed
MC-5386: Anchors Under Each Div if TinyMCE link Is Added to Banner/Slide (Add Notification for When Link Attribute Is Entered)
- Added missing dismissCheckbox options variable back to dismissible-confirm
1 parent 6644d9b commit 259cf10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/modal/dismissible-confirm.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ define([
6464
promptContentTmpl: promptContentTmpl,
6565
dismissible: false, // Can the modal be dismissed?
6666
dismissKey: 'default', // The key we'll check to see if the modal has already been dismissed
67-
dismissMessage: $t('Do not show this again') // Message to display next to the dismiss checkbox
67+
dismissMessage: $t('Do not show this again'), // Message to display next to the dismiss checkbox
68+
dismissCheckbox: '[name="modal-dnsa"]' // Selector to retrieve dismiss checkbox
6869
},
6970

7071
/**

0 commit comments

Comments
 (0)