Browse Source

ensure not to hide toastError

Yuki Takei 6 years ago
parent
commit
2f2bbad5f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/util/apiNotification.js

+ 1 - 1
src/client/js/util/apiNotification.js

@@ -10,7 +10,7 @@ const toastrOption = {
     newestOnTop: false,
     showDuration: '100',
     hideDuration: '100',
-    timeOut: '3000',
+    timeOut: '0',
   },
   success: {
     closeButton: true,