Skip to content

Commit

Permalink
fix(jobs): disable toggle group sidebar
Browse files Browse the repository at this point in the history
when  toggled main sidebar, group sidebar was toggled at the same time.
  • Loading branch information
ElonH committed May 29, 2020
1 parent 40b0a90 commit f86b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/jobs/jobs.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { CombErr } from 'src/app/@dataflow/core';
selector: 'app-jobs',
template: `
<nb-layout>
<nb-sidebar>
<nb-sidebar tag="group">
<nb-card-header>
Groups
<nb-icon icon="refresh" (click)="refreshList()"></nb-icon>
Expand Down

0 comments on commit f86b0fe

Please sign in to comment.