Skip to content
Snippets Groups Projects
Commit 3f10f33b authored by Mark Harding's avatar Mark Harding
Browse files

(fix): summary tab getting stuck

parent e8c2d740
No related branches found
No related tags found
Loading
......@@ -63,6 +63,8 @@ export class AnalyticsDashboardComponent implements OnInit, OnDestroy {
this.updateCategory(cat);
if (cat === 'summary') {
this.layout = 'summary';
} else {
this.layout = 'chart';
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment