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

(cherry picked from commit 5600d2824c)
This commit is contained in:
Abdo 2021-10-12 10:04:20 +03:00 committed by Damien Elmes
parent 645704d52d
commit 98e1b053bd

View file

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