Skip to content

Commit

Permalink
fix(import): fix configuration popup for dropdown mappings
Browse files Browse the repository at this point in the history
see #1991
  • Loading branch information
sleidig committed Feb 5, 2024
1 parent 253ae4a commit c336de7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
[appDynamicComponent]="{
component: component,
config: {
formFieldConfig: { forTable: true, id: ctrl.key },
propertySchema: schema,
formFieldConfig: schema,
formControl: ctrl.value
}
}"
Expand Down

0 comments on commit c336de7

Please sign in to comment.