aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r--client/src/app/app.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts
index 68719f73d..7d890e72a 100644
--- a/client/src/app/app.component.ts
+++ b/client/src/app/app.component.ts
@@ -11,7 +11,7 @@ import { UserService } from './shared'
11}) 11})
12export class AppComponent implements OnInit { 12export class AppComponent implements OnInit {
13 notificationOptions = { 13 notificationOptions = {
14 timeOut: 3000, 14 timeOut: 5000,
15 lastOnBottom: true, 15 lastOnBottom: true,
16 clickToClose: true, 16 clickToClose: true,
17 maxLength: 0, 17 maxLength: 0,