Skip to content

Commit

Permalink
use extraFormData instead of extra_form_data
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbermichi committed Jan 15, 2025
1 parent 875d2da commit fe62d91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default function transformProps(
}: EchartsTimeseriesFormData = {
...DEFAULT_FORM_DATA,
...formData,
...convertKeysToCamelCase(formData.extra_form_data),
...convertKeysToCamelCase(formData.extraFormData),
};
const refs: Refs = {};
const groupBy = ensureIsArray(groupby);
Expand Down

0 comments on commit fe62d91

Please sign in to comment.