diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/config.ts b/components/config.ts index 0544b58..0bc2c29 100644 --- a/components/config.ts +++ b/components/config.ts @@ -34,7 +34,8 @@ export const initialPhysics = { export const initialFilter = { orphans: false, parents: true, - tags: [], + tagsBlacklist: [], + tagsWhitelist: [], nodes: [], links: [], date: [], |