Skip to content

Commit b49de6c

Browse files
committed
fix typo
1 parent 9ed7d25 commit b49de6c

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
@@ -272,7 +272,7 @@ const ChartsList: React.FC<ChartsListProps> = ({
272272
icon={Icons.delete}
273273
color="interactive"
274274
onClick={() => {
275-
row.original.__typename === 'TypeResourceChart'
275+
row.original.typename === 'TypeResourceChart'
276276
? deleteResourceChartmutation.mutate({
277277
chartId: row.original.id,
278278
})

0 commit comments

Comments
 (0)