Adjust module record dedup UX

This commit is contained in:
Jože Fortun
2024-02-06 13:39:19 +01:00
committed by Tomaž Jerman
parent bbce6cbb28
commit 7b31f9e72b
+1
View File
@@ -58,6 +58,7 @@ interface Config {
};
recordDeDup: {
enabled: boolean;
rules: RecordDeDupRule[];
};
}