Skip to content

Commit

Permalink
Merge pull request #13225 from jhcpeixoto/master
Browse files Browse the repository at this point in the history
πŸ› fix(table.ts): fix import path for FilterSlashIcon
  • Loading branch information
cetincakiroglu authored Jun 21, 2023
2 parents a8cb498 + bf3bd9e commit be99257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import {
TableSelectAllChangeEvent
} from './table.interface';
import { Nullable, VoidListener } from 'primeng/ts-helpers';
import { FilterSlashIcon } from '../icons/filterslash/filterslash';
import { FilterSlashIcon } from 'primeng/icons/filterslash';

@Injectable()
export class TableService {
Expand Down

1 comment on commit be99257

@vercel
Copy link

@vercel vercel bot commented on be99257 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.