Skip to content

Commit

Permalink
Remove casting of form_field_map
Browse files Browse the repository at this point in the history
  • Loading branch information
rtexelm committed Aug 29, 2024
1 parent 55504cd commit 4d5187d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const DatabaseConnectionForm = ({
Object.keys(parameters.properties).includes(key) ||
key === 'database_name',
).map(field =>
(FORM_FIELD_MAP as any)[field]({
FORM_FIELD_MAP[field]({
required: parameters.required?.includes(field),
changeMethods: {
onParametersChange,
Expand Down

0 comments on commit 4d5187d

Please sign in to comment.