summaryrefslogtreecommitdiffstats
path: root/ui/src/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/utils.ts')
-rw-r--r--ui/src/utils.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/utils.ts b/ui/src/utils.ts
index 071b86ac..7bf6fdd1 100644
--- a/ui/src/utils.ts
+++ b/ui/src/utils.ts
@@ -527,7 +527,7 @@ export function pictrsDeleteToast(
backgroundColor: backgroundColor,
gravity: 'top',
position: 'right',
- duration: 0,
+ duration: 10000,
onClick: () => {
if (toast) {
window.location.replace(deleteUrl);
@@ -556,7 +556,7 @@ export function messageToastify(
close: true,
gravity: 'top',
position: 'right',
- duration: 0,
+ duration: 5000,
onClick: () => {
if (toast) {
toast.hideToast();