diff --git a/app/configurator/config-form.tsx b/app/configurator/config-form.tsx index e3cb8cd4e..d026bb9ac 100644 --- a/app/configurator/config-form.tsx +++ b/app/configurator/config-form.tsx @@ -188,7 +188,7 @@ export const useChartOptionSelectField = ( if (state.state === "CONFIGURING_CHART") { value = get( getChartConfig(state), - `fields.${field}.${path}`, + `fields["${field}"].${path}`, FIELD_VALUE_NONE ); }