feat: improve toasts
All checks were successful
Build Latest and dev images / build-container (push) Successful in 1m0s
All checks were successful
Build Latest and dev images / build-container (push) Successful in 1m0s
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
current_clients = current_clients.filter(
|
||||
(obj) => obj.id !== c.id
|
||||
);
|
||||
toast($_("statsclient-deleted"));
|
||||
toast.success($_("statsclient-deleted"));
|
||||
})
|
||||
.catch((err) => {
|
||||
modal_open = true;
|
||||
|
||||
Reference in New Issue
Block a user