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

This commit is contained in:
Laurent Senta
2022-01-05 06:53:28 +01:00
committed by GitHub
parent a165fa9b4e
commit f543bbe507

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,