mirror of
https://github.com/ankitects/anki.git
synced 2025-12-22 11:22:58 -05: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
|
<SpinBoxRow
|
||||||
bind:value={simulateFsrsRequest.newLimit}
|
bind:value={simulateFsrsRequest.newLimit}
|
||||||
defaultValue={defaults.newPerDay}
|
defaultValue={$config.newPerDay}
|
||||||
min={0}
|
min={0}
|
||||||
max={1000}
|
max={1000}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue