Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Make sure we can save a new cats layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed May 8, 2019
1 parent 99f611f commit e878f4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
}
},
mounted() {
if (this.current) {
this.loaded = true;
this.loaded = true;
if (this.current.data && this.current.data) {
this.layout = this.current.data.id;
}
Dispatcher.add('category-display', this);
Expand Down

0 comments on commit e878f4d

Please sign in to comment.