Fixed: (ManualImport) Map Tracks working again with ids
This commit is contained in:
@@ -251,7 +251,7 @@ class InteractiveImportModalContent extends Component {
|
||||
};
|
||||
|
||||
onGetTrackMappingPress = () => {
|
||||
this.props.saveInteractiveImportItem({ id: this.getSelectedIds() });
|
||||
this.props.saveInteractiveImportItem({ ids: this.getSelectedIds() });
|
||||
};
|
||||
|
||||
onSelectModalClose = () => {
|
||||
|
||||
Reference in New Issue
Block a user