diff --git a/apps/web/src/components/affine/workspace-setting-detail/panel/general/index.tsx b/apps/web/src/components/affine/workspace-setting-detail/panel/general/index.tsx index f571b0ca39..019412a16f 100644 --- a/apps/web/src/components/affine/workspace-setting-detail/panel/general/index.tsx +++ b/apps/web/src/components/affine/workspace-setting-detail/panel/general/index.tsx @@ -98,7 +98,7 @@ export const GeneralPanel: React.FC = ({ height={38} value={input} placeholder={t('Workspace Name')} - maxLength={15} + maxLength={50} minLength={0} onChange={newName => { setInput(newName);