Skip to content

Commit 3aaf86b

Browse files
committed
chore: add comment
1 parent 4b0043a commit 3aaf86b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/app/components/ChartEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ export const ChartEditor: FC<ChartEditorProps> = ({
339339
setAllowQuery(payload.needRefresh);
340340
return true;
341341
}
342+
// generate runtime computed fields(date level)
342343
if (
343344
payload.value.type === ChartDataSectionType.GROUP ||
344345
payload.value.type === ChartDataSectionType.MIXED

0 commit comments

Comments
 (0)