We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b02949 commit edb081fCopy full SHA for edb081f
2-ui/1-document/08-styles-and-classes/2-create-notification/solution.view/index.html
@@ -26,7 +26,7 @@ <h2>Notification is on the right</h2>
26
notification.style.top = top + 'px';
27
notification.style.right = right + 'px';
28
29
- notification.innerHTML = options.html;
+ notification.innerHTML = html;
30
document.body.append(notification);
31
32
setTimeout(() => notification.remove(), 1500);
0 commit comments