Fixed: (ManualImport) `Map Tracks` working again with `ids`

pull/3863/head
Bogdan 11 months ago
parent e84f1613e2
commit ea75009dc6

@ -251,7 +251,7 @@ class InteractiveImportModalContent extends Component {
};
onGetTrackMappingPress = () => {
this.props.saveInteractiveImportItem({ id: this.getSelectedIds() });
this.props.saveInteractiveImportItem({ ids: this.getSelectedIds() });
};
onSelectModalClose = () => {

Loading…
Cancel
Save