fix(ui): work around #1981

This commit is contained in:
Kasper Seweryn 2023-05-06 02:53:08 +02:00 committed by jooola
parent 78bc8426dd
commit a4def53e99
1 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ const markAllAsRead = async () => {
<option :value="90">
{{ $t('views.Notifications.option.delay.90') }}
</option>
<option :value="null">
<option :value="36500">
{{ $t('views.Notifications.option.delay.never') }}
</option>
</select>
@ -200,7 +200,7 @@ const markAllAsRead = async () => {
<option :value="90">
{{ $t('views.Notifications.option.delay.90') }}
</option>
<option :value="null">
<option :value="36500">
{{ $t('views.Notifications.option.delay.never') }}
</option>
</select>