Skip to content

Commit

Permalink
fix: system smart tags on empty account
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jan 4, 2022
1 parent c3772e0 commit 9317149
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 @@ -43,6 +43,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 9317149

Please sign in to comment.