Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level is not working in editNotification #180

Open
smismailalam opened this issue Oct 21, 2020 · 0 comments
Open

Level is not working in editNotification #180

smismailalam opened this issue Oct 21, 2020 · 0 comments

Comments

@smismailalam
Copy link

smismailalam commented Oct 21, 2020

Is there a way to have the notification color change in editNotification because level is not working in editNotification

here is my code for addNotification which is working fine
notify.addNotification({
title: "Message Request",
message: some message,
level: "info",
dismissible: "button",
autoDismiss: 60,
action: null,
});

here is my code for editNotification, level is not working
notify.editNotification(event, {
title: "Accepted",
message: "By another user",
dismissible: "none",
label: "success",
action: null,
level:'success'
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant