Have got soft and hard deleting
This commit is contained in:
parent
aef3bb6a1e
commit
3ea5823ca0
27 changed files with 588 additions and 55 deletions
6
assets/js/services/toast.js
Normal file
6
assets/js/services/toast.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export function showToast(details) {
|
||||
let event = new CustomEvent('weiroToast', {
|
||||
detail: details
|
||||
});
|
||||
window.dispatchEvent(event);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue