Skip to content

Show notifications in javascript #6

@forxer

Description

@forxer
  axios.patch('url')
    .then(function (response) {
        // show a successnotification
    })
    .catch(function (error) {
        // show an error notification
    });

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions