Fix Bug 62006: limit file name to 165 characters

This commit is contained in:
Viktor Fomin 2023-04-07 16:24:56 +03:00
parent 2231aa5df3
commit 844e9918b5

View File

@ -127,6 +127,7 @@ const Dialog = ({
onChange={onChange}
onFocus={onFocus}
isDisabled={isDisabled}
maxLength={165}
/>
{isCreateDialog && extension && (
<Box displayProp="flex" alignItems="center" paddingProp="16px 0 0">