Ensure bigint

This commit is contained in:
Abdo 2025-08-27 04:08:17 +03:00
parent 6ea64bcac5
commit 1cb733da29

View file

@ -982,8 +982,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
if (!notetypeId) {
notetypeId = chooserDefaults.notetypeId;
}
deckChooser.select(deckId);
notetypeChooser.select(notetypeId);
deckChooser.select(BigInt(deckId));
notetypeChooser.select(BigInt(notetypeId));
}
const notetype = await getNotetype({