Skip to content

Commit

Permalink
FIO-8765: fixed an issue where dataMap thows an error
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaGashtold authored and lane-formio committed Aug 13, 2024
1 parent f22b62e commit 32030da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datamap/DataMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default class DataMapComponent extends DataGridComponent {
delete dataValue[key];
const comp = components[this.valueKey];
comp.component.key = newKey;
comp.path = Components.calculateComponentPath(comp);
comp.path = Components.getComponentPath(comp);
key = newKey;
});

Expand Down

0 comments on commit 32030da

Please sign in to comment.