fix(ui): work around #1981
This commit is contained in:
parent
78bc8426dd
commit
a4def53e99
|
@ -136,7 +136,7 @@ const markAllAsRead = async () => {
|
||||||
<option :value="90">
|
<option :value="90">
|
||||||
{{ $t('views.Notifications.option.delay.90') }}
|
{{ $t('views.Notifications.option.delay.90') }}
|
||||||
</option>
|
</option>
|
||||||
<option :value="null">
|
<option :value="36500">
|
||||||
{{ $t('views.Notifications.option.delay.never') }}
|
{{ $t('views.Notifications.option.delay.never') }}
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
|
@ -200,7 +200,7 @@ const markAllAsRead = async () => {
|
||||||
<option :value="90">
|
<option :value="90">
|
||||||
{{ $t('views.Notifications.option.delay.90') }}
|
{{ $t('views.Notifications.option.delay.90') }}
|
||||||
</option>
|
</option>
|
||||||
<option :value="null">
|
<option :value="36500">
|
||||||
{{ $t('views.Notifications.option.delay.never') }}
|
{{ $t('views.Notifications.option.delay.never') }}
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue