fix: show the unique row value in the import preview

This commit is contained in:
Ahmed Bouhuolia
2024-03-28 05:38:24 +02:00
parent 8ab809fc71
commit 040f016273
10 changed files with 70 additions and 40 deletions

View File

@@ -58,7 +58,7 @@ export interface ImportOperSuccess {
}
export interface ImportOperError {
error: ImportInsertError;
error: ImportInsertError[];
index: number;
}