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,
|
appearance: NOTIFICATION_TYPE.NORMAL,
|
||||||
titleKey: 'polls.notification.title',
|
titleKey: 'polls.notification.title',
|
||||||
descriptionKey: 'polls.notification.description'
|
descriptionKey: 'polls.notification.description'
|
||||||
}, NOTIFICATION_TIMEOUT_TYPE.SHORT));
|
}, NOTIFICATION_TIMEOUT_TYPE.MEDIUM));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue