Skip to content

Commit

Permalink
fix: Empty table column fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Feb 20, 2024
1 parent 34c1ee2 commit fcaef4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/configurator/config-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const useChartOptionSelectField = <V extends {} = string>(
if (state.state === "CONFIGURING_CHART") {
value = get(
getChartConfig(state),
`fields.${field}.${path}`,
`fields["${field}"].${path}`,
FIELD_VALUE_NONE
);
}
Expand Down

0 comments on commit fcaef4b

Please sign in to comment.