Skip to content

Commit

Permalink
style(TabbedGroupPicker): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
monroepe committed Oct 1, 2024
1 parent 745c36d commit 5f1c887
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
OnInit,
Output,
ViewChild,
viewChild,
} from '@angular/core';
import { BehaviorSubject, Subscription } from 'rxjs';
import { debounceTime } from 'rxjs/operators';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="tabbed-group-picker-example">
<novo-tabbed-group-picker
[(tabs)]="example_tab"
[tabs]="example_tab"
[quickSelectConfig]="example_quickSelectConfig"
[buttonConfig]="example_buttonConfig"
(selectionChange)="onSelectionChange($event)"
Expand Down

0 comments on commit 5f1c887

Please sign in to comment.