feat: change condition of duplicate check (#4273)
* change condition of duplicate check * fix: review comments addressed
This commit is contained in:
@ -9,4 +9,5 @@ export const settings: Settings = {
|
||||
},
|
||||
maxFileSize: '10MB',
|
||||
},
|
||||
minLengthOfStringForDuplicateCheck: 3,
|
||||
};
|
||||
|
||||
@ -11,4 +11,5 @@ export interface Settings {
|
||||
};
|
||||
maxFileSize: `${number}MB`;
|
||||
};
|
||||
minLengthOfStringForDuplicateCheck: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user