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

@@ -37,6 +37,7 @@ export interface IModelMetaFieldCommon {
required?: boolean;
importHint?: string;
order?: number;
unique?: number;
}
export interface IModelMetaFieldText {