Fix: New cards/day default value not starting value

This commit is contained in:
Luc 2024-10-14 15:57:30 +01:00
parent e0bbeed0f5
commit b4bf118a96

View file

@ -487,7 +487,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<SpinBoxRow
bind:value={simulateFsrsRequest.newLimit}
defaultValue={defaults.newPerDay}
defaultValue={$config.newPerDay}
min={0}
max={1000}
>