mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 06:02:34 +03:00
fix: max length of input
This commit is contained in:
parent
65c1bee7f0
commit
c08c587efb
@ -98,7 +98,7 @@ export const GeneralPanel: React.FC<PanelProps> = ({
|
||||
height={38}
|
||||
value={input}
|
||||
placeholder={t('Workspace Name')}
|
||||
maxLength={15}
|
||||
maxLength={50}
|
||||
minLength={0}
|
||||
onChange={newName => {
|
||||
setInput(newName);
|
||||
|
Loading…
Reference in New Issue
Block a user