Skip to content

Commit f3f2a98

Browse files
committed
update type
1 parent 828d9a1 commit f3f2a98

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/charts/components

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/charts/components/ChartsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const deleteResourceChart: any = graphql(`
4848
`);
4949

5050
const deleteResourceChartImage: any = graphql(`
51-
mutation deleteResourceChartImage($resourceChartImageId: String!) {
51+
mutation deleteResourceChartImage($resourceChartImageId: UUID!) {
5252
deleteResourceChartImage(resourceChartImageId: $resourceChartImageId)
5353
}
5454
`);

0 commit comments

Comments
 (0)