Skip to content

Commit ccf0b8b

Browse files
authored
handle 'misc:' as a proper tag (#742)
1 parent 7b41bd1 commit ccf0b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mwdb/web/src/commons/ui/Tag.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export function getStyleForTag(tag) {
1919
"document:",
2020
"archive",
2121
"dump",
22+
"misc:",
2223
],
2324
};
2425

0 commit comments

Comments
 (0)