3
0

Adjust module record dedup UX

This commit is contained in:
Jože Fortun 2023-12-11 13:30:15 +01:00 committed by Tomaž Jerman
parent bbce6cbb28
commit 7b31f9e72b

View File

@ -58,6 +58,7 @@ interface Config {
};
recordDeDup: {
enabled: boolean;
rules: RecordDeDupRule[];
};
}