Skip to content

Commit

Permalink
Merge pull request #829 from amitamrutiya/master
Browse files Browse the repository at this point in the history
fix: icon click issue
  • Loading branch information
amitamrutiya authored Nov 28, 2024
2 parents bf2512e + 81cbc25 commit ba7a767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/PerformersSection/PerformersSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ interface StatCardProps {
interface PerformersSectionProps {
useGetCatalogFilters: (params: any) => any;
onCardClick: (pattern: Pattern) => void;
onIconClick: () => void;
onIconClick: (sortOrder: string) => void;
onAuthorClick: (userId: string) => void;
onStatusClick: (status: string) => void;
}
Expand Down

0 comments on commit ba7a767

Please sign in to comment.