You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to remove the SnotifyToast when I click on certain button/icon in html template that I specify in which generating new toast.
How to remove HTML SnotifyToast by button/icon in html template?
<divclass="mb-1"><spanclass="material-icons font-extra-large pt-half notification-icon">notifications</span><spanclass="font-medium text-semibold">${notification.data.alertSerialId}</span><spanclass="font-medium pl-half">${notification.title}</span><spanclass="material-icons font-large close-icon pt-onehalf">close</span> // trying to add remove logic here
</div>
The text was updated successfully, but these errors were encountered:
sanket-thotange
changed the title
How to remove HTML SnotifyToast by button/icon in html template
How to remove SnotifyToast by button/icon in html template
Dec 16, 2022
I am trying to remove the SnotifyToast when I click on certain button/icon in html template that I specify in which generating new toast.
How to remove HTML SnotifyToast by button/icon in html template?
The text was updated successfully, but these errors were encountered: