Reset error on manual migration entry selection
This commit is contained in:
@@ -696,6 +696,7 @@ export class MigrationManager {
|
|||||||
const isSearching = MigrationEntries.isSearching(entry);
|
const isSearching = MigrationEntries.isSearching(entry);
|
||||||
|
|
||||||
entry.status = MigrationEntryStatus.SEARCH_COMPLETE;
|
entry.status = MigrationEntryStatus.SEARCH_COMPLETE;
|
||||||
|
entry.error = undefined;
|
||||||
entry.isManualSelection = true;
|
entry.isManualSelection = true;
|
||||||
entry.selectedMatchMangaId = match.id;
|
entry.selectedMatchMangaId = match.id;
|
||||||
entry.selectedMatchSourceId = match.sourceId;
|
entry.selectedMatchSourceId = match.sourceId;
|
||||||
|
|||||||
Reference in New Issue
Block a user