Skip to content

Commit 9467516

Browse files
committed
add small documentation of the compoenent
1 parent 2fa1548 commit 9467516

File tree

1 file changed

+4
-0
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/charts/components

1 file changed

+4
-0
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/charts/components/ChartEditor.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ const createResourceChartImageDoc: any = graphql(`
4545
`);
4646

4747
const ChartsEditor = ({ setEditorView }: { setEditorView: any }) => {
48+
/*
49+
Chart creation View in Listing Page to create either the image or the visualization
50+
*/
51+
4852
const params = useParams<{ entityType: string; entitySlug: string }>();
4953

5054
const allDatasetsRes: {

0 commit comments

Comments
 (0)