fix (tags): wip development

This commit is contained in:
Mickael Kerjean
2022-10-11 18:14:02 +11:00
parent f6394d1cd2
commit 4300989bf7

View File

@@ -23,7 +23,7 @@ class TagManager {
return tags; return tags;
} }
return [ return [
"Bookmark", "wiki", "B", "C", "D", "E", "F" // "Bookmark", "wiki", "B", "C", "D", "E", "F"
]; ];
}); });
} }