fix(polls) use medium timeout for poll notifications
This commit is contained in:
parent
7dd9785e48
commit
50d37bf8a7
|
@ -83,7 +83,7 @@ StateListenerRegistry.register(
|
|||
appearance: NOTIFICATION_TYPE.NORMAL,
|
||||
titleKey: 'polls.notification.title',
|
||||
descriptionKey: 'polls.notification.description'
|
||||
}, NOTIFICATION_TIMEOUT_TYPE.SHORT));
|
||||
}, NOTIFICATION_TIMEOUT_TYPE.MEDIUM));
|
||||
break;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue