fix: reload note counts (#797)

* fix: reload note counts

* fix: select smart tags on load
This commit is contained in:
Laurent Senta
2022-01-06 09:00:36 +01:00
committed by GitHub
parent e7a8bbbab8
commit 285fe31dd8
2 changed files with 16 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
import { WebApplication } from '@/ui_models/application';
import { AppState } from '@/ui_models/app_state';
import { observer } from 'mobx-react-lite';
import { FunctionComponent } from 'preact';