mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: max length of input
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user