fix: defined max length of folder name (#4828)
Fixed max length of folder name
This commit is contained in:
parent
7b7513a813
commit
7d44e72b59
1 changed files with 1 additions and 0 deletions
|
|
@ -455,6 +455,7 @@ const SideBarFoldersButtonsComponent = ({
|
|||
onChange={(e) => {
|
||||
handleEditFolderName(e, item.name);
|
||||
}}
|
||||
maxLength={38}
|
||||
ref={refInput}
|
||||
onKeyDown={(e) => {
|
||||
handleKeyDownFn(e, item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue