Skip to content

Commit

Permalink
chore: add missing code
Browse files Browse the repository at this point in the history
Signed-off-by: samuel.park <[email protected]>
  • Loading branch information
piggggggggy committed Jan 3, 2025
1 parent 78ceb39 commit 200bfa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const handleSelectDataTable = async (dataTableId: string) => {
props.fieldManager.updateDataTableAndOriginData(selectedDataTable, {});
if (selectedDataTable.operator === DATA_TABLE_OPERATOR.PIVOT) {
if (selectedDataTable.operator === DATA_TABLE_OPERATOR.PIVOT && UNSUPPORTED_CHARTS_IN_PIVOT.includes(widgetGenerateState.selectedWidgetName)) {
changeWidgetType('table');
}
};
Expand Down

0 comments on commit 200bfa8

Please sign in to comment.