Fix updating search progress on auto match selection
Regression 3a976f8e13
This commit is contained in:
@@ -1005,6 +1005,9 @@ export class MigrationManager {
|
|||||||
} else {
|
} else {
|
||||||
draftEntry.status = MigrationEntryStatus.NO_MATCH;
|
draftEntry.status = MigrationEntryStatus.NO_MATCH;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
draft.searchProgress.success += 1;
|
||||||
|
draft.searchProgress.completed += 1;
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (mainSignal.aborted) {
|
if (mainSignal.aborted) {
|
||||||
|
|||||||
Reference in New Issue
Block a user