mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Fix: New cards/day default value not starting value
This commit is contained in:
parent
e0bbeed0f5
commit
b4bf118a96
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue