Revert "fix: system smart tags on empty account (#796)"

This reverts commit f543bbe507.
This commit is contained in:
Karol Sójko
2022-01-05 16:10:41 +01:00
parent 77c761f3b2
commit 513ba86538

View File

@@ -86,8 +86,6 @@ export class TagsState {
this.previouslySelected_ = undefined;
this.editing_ = undefined;
this.smartTags = this.application.getSmartTags();
makeObservable(this, {
tags: observable.ref,
smartTags: observable.ref,