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 828d9a1 commit f3f2a98Copy full SHA for f3f2a98
app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/charts/components/ChartsList.tsx
@@ -48,7 +48,7 @@ const deleteResourceChart: any = graphql(`
48
`);
49
50
const deleteResourceChartImage: any = graphql(`
51
- mutation deleteResourceChartImage($resourceChartImageId: String!) {
+ mutation deleteResourceChartImage($resourceChartImageId: UUID!) {
52
deleteResourceChartImage(resourceChartImageId: $resourceChartImageId)
53
}
54
0 commit comments