Fix invalid 'noteCards' browser column being used (#1422)

This commit is contained in:
Abdo 2021-10-12 10:04:20 +03:00 committed by GitHub
parent 56e6778468
commit 5600d2824c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,4 +31,4 @@ class BrowserConfig:
class BrowserDefaults:
CARD_COLUMNS = ["noteFld", "template", "cardDue", "deck"]
NOTE_COLUMNS = ["noteFld", "note", "noteCards", "noteTags"]
NOTE_COLUMNS = ["noteFld", "note", "template", "noteTags"]