mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: show the unique row value in the import preview
This commit is contained in:
@@ -58,7 +58,7 @@ export interface ImportOperSuccess {
|
||||
}
|
||||
|
||||
export interface ImportOperError {
|
||||
error: ImportInsertError;
|
||||
error: ImportInsertError[];
|
||||
index: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user