We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a58335 commit 9969559Copy full SHA for 9969559
1 file changed
app/viewModelBuilders/azul/anvil-cmg/common/viewModelBuilders.tsx
@@ -624,7 +624,7 @@ export const buildDatasetExportToPlatformMethod = ({
624
...props
625
}: Pick<
626
ComponentProps<typeof ExportMethod>,
627
- "description" | "route" | "title"
+ "description" | "icon" | "route" | "title"
628
>): ((
629
response: DatasetsResponse,
630
viewContext: ViewContext<unknown>
@@ -1066,7 +1066,7 @@ export const buildExportToPlatformHero = (
1066
export const buildExportToPlatformMethod = (
1067
props: Pick<
1068
1069
1070
>
1071
): ((
1072
_: unknown,
0 commit comments