diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-02 18:31:18 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-02 18:31:18 +0200 |
commit | b9e491d6ab0ab7a8d900d127ef1d3a0fdaa2ffe1 (patch) | |
tree | ebbd3207de10005e514e6f1dba70c4d9753ebdbd /components/config.ts | |
parent | e6cac81a1be089774161314430fce28c620d7573 (diff) |
feature: tag filtering lotic and ui
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index 1181f65..e9471f8 100644 --- a/components/config.ts +++ b/components/config.ts @@ -35,6 +35,7 @@ export const initialFilter = { orphans: false, parents: true, tags: [], + tagColors: [], nodes: [], links: [], date: [], |