We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fd40e commit dd74d2dCopy full SHA for dd74d2d
src/custom/PerformersSection/PerformersSection.tsx
@@ -65,7 +65,7 @@ interface StatCardProps {
65
interface PerformersSectionProps {
66
useGetCatalogFilters: (params: any) => any;
67
onCardClick: (pattern: Pattern) => void;
68
- onIconClick: () => void;
+ onIconClick: (sortOrder: string) => void;
69
onAuthorClick: (userId: string) => void;
70
onStatusClick: (status: string) => void;
71
}
0 commit comments