Skip to content

Commit 1214303

Browse files
committed
chore: Remove not necessary
1 parent 932aabd commit 1214303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/configurator/configurator-state.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ const reducer_: Reducer<ConfiguratorState, ConfiguratorStateAction> = (
13671367
},
13681368
{ dimensions: dataCubesComponents.dimensions }
13691369
);
1370-
draft.chartConfigs.push(produce(newConfig, (x) => x));
1370+
draft.chartConfigs.push(newConfig);
13711371
draft.activeChartKey = action.value.chartConfig.key;
13721372
}
13731373
}

0 commit comments

Comments
 (0)