[#75] added option to test s3 connection and send test emails
This commit is contained in:
@@ -47,7 +47,7 @@ export function removeToast(messageOrToast) {
|
||||
});
|
||||
}
|
||||
|
||||
export function removeAll() {
|
||||
export function removeAllToasts() {
|
||||
toasts.update((t) => {
|
||||
for (let toast of t) {
|
||||
removeToastFromArray(t, toast);
|
||||
|
||||
Reference in New Issue
Block a user