Skip to content

Commit

Permalink
fixing feecback from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt95 committed Feb 9, 2024
1 parent 25ce5b9 commit 4e58765
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const DataModelBindingRow = ({
return (
dataModelBindings?.properties && (
<>
{Object.keys(dataModelBindings?.properties).map((propertyKey: any) => {
{Object.keys(dataModelBindings?.properties).map((propertyKey: string) => {
return (
<EditDataModelBindings
key={`${component.id}-datamodel-${propertyKey}`}
Expand Down

0 comments on commit 4e58765

Please sign in to comment.