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.
2 parents bf2512e + 81cbc25 commit ba7a767Copy full SHA for ba7a767
src/custom/PerformersSection/PerformersSection.tsx
@@ -66,7 +66,7 @@ interface StatCardProps {
66
interface PerformersSectionProps {
67
useGetCatalogFilters: (params: any) => any;
68
onCardClick: (pattern: Pattern) => void;
69
- onIconClick: () => void;
+ onIconClick: (sortOrder: string) => void;
70
onAuthorClick: (userId: string) => void;
71
onStatusClick: (status: string) => void;
72
}
0 commit comments