keep default at currently set value

This commit is contained in:
Luc Mcgrady 2025-07-23 14:24:20 +01:00
parent 628bfe24a7
commit 06e17dff11
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -405,7 +405,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<SpinBoxRow <SpinBoxRow
bind:value={simulateFsrsRequest.reviewLimit} bind:value={simulateFsrsRequest.reviewLimit}
defaultValue={workload ? 9999 : $config.reviewsPerDay} defaultValue={$config.reviewsPerDay}
min={0} min={0}
max={9999} max={9999}
> >