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

This reverts commit 513ba86538.
This commit is contained in:
Karol Sójko
2022-01-05 16:12:56 +01:00
parent 9ecfad92bb
commit e725fb11c3

View File

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