Adding timeouts to message and delete picture notifications. #834

pull/633/head
Dessalines 2020-06-23 21:40:59 -04:00
parent 790b944031
commit b94d380729
1 changed files with 2 additions and 2 deletions

4
ui/src/utils.ts vendored
View File

@ -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();