Skip to content

Commit

Permalink
fix: system smart tags on empty account (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta authored Jan 5, 2022
1 parent a165fa9 commit f543bbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/javascripts/ui_models/app_state/tags_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f543bbe

Please sign in to comment.