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

This commit is contained in:
Bogdan 2023-07-13 02:29:16 +03:00
parent e84f1613e2
commit ea75009dc6
1 changed files with 1 additions and 1 deletions

View File

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