fix: many fields in an object (#10061)
Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -12,4 +12,5 @@ export interface Settings {
|
||||
maxFileSize: `${number}MB`;
|
||||
};
|
||||
minLengthOfStringForDuplicateCheck: number;
|
||||
maxVisibleViewFields: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user