mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
Fix new ignore review limit help (#2452)
This commit is contained in:
parent
d0ab7acb7f
commit
20072c566d
1 changed files with 3 additions and 1 deletions
|
@ -207,7 +207,9 @@
|
|||
<SettingTitle
|
||||
on:click={() =>
|
||||
openHelpModal(
|
||||
Object.keys(settings).indexOf("newIgnoreReviewLimit"),
|
||||
Object.keys(settings).indexOf(
|
||||
"newCardsIgnoreReviewLimit",
|
||||
),
|
||||
)}>{settings.newCardsIgnoreReviewLimit.title}</SettingTitle
|
||||
>
|
||||
</SwitchRow>
|
||||
|
|
Loading…
Reference in a new issue