Skip to content

Level is not working in editNotification  #180

Description

@smismailalam

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'
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions