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