This commit is contained in:
cupcakearmy 2022-09-14 12:12:38 +02:00
parent 972398fa66
commit 332060cd47
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
disabled={timeExpiration}
max={$status?.max_views}
validate={(v) =>
($status && v < $status?.max_views) ||
($status && v <= $status?.max_views) ||
$t('home.errors.max', { values: { n: $status?.max_views ?? 0 } })}
/>
<div class="middle-switch">