Skip to content

Commit 00957be

Browse files
committed
changes in reusable affecting homepage test [AD-515]
(will be permanently fixed in [AD-477])
1 parent 2c9d06a commit 00957be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/Pages/Admin/Alerts/alerthelpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function makePreviewActionButtonJustNotifyUser(values) {
1818
// its a moment before it is available
1919
const preview = document.getElementById('alert-preview');
2020
const previewShadowRoot = !!preview && preview.shadowRoot;
21-
const link = !!previewShadowRoot && previewShadowRoot.getElementById('alert-action-desktop');
21+
const link = !!previewShadowRoot && previewShadowRoot.getElementById('alert-link');
2222
if (!!link) {
2323
link.setAttribute('href', '#');
2424
link.setAttribute('title', popuptext);

0 commit comments

Comments
 (0)