Skip to content

Commit

Permalink
Merge pull request primefaces#15628 from Johnnyboy7781/table-basic-fi…
Browse files Browse the repository at this point in the history
…lter-demo-fix

fix: remove duplicate @component annotation from table filter basic demo
  • Loading branch information
cetincakiroglu authored May 30, 2024
2 parents 57a8ac1 + c0c5dcb commit 2d45716
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/showcase/doc/table/filterbasic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,6 @@ import { CommonModule } from '@angular/common';
imports: [TableModule, TagModule, IconFieldModule, InputTextModule, InputIconModule, MultiSelectModule, DropdownModule, HttpClientModule, CommonModule],
providers: [CustomerService]
})
@Component({
selector: 'table-filter-basic-demo',
templateUrl: 'table-filter-basic-demo.html'
})
export class TableFilterBasicDemo implements OnInit {
customers!: Customer[];
Expand Down

0 comments on commit 2d45716

Please sign in to comment.