diff --git a/src/pages/workspace/WorkspaceNamePage.tsx b/src/pages/workspace/WorkspaceNamePage.tsx index 59679456be56..6d7a18ef21f2 100644 --- a/src/pages/workspace/WorkspaceNamePage.tsx +++ b/src/pages/workspace/WorkspaceNamePage.tsx @@ -79,7 +79,6 @@ function WorkspaceNamePage({policy}: Props) { label={translate('workspace.editor.nameInputLabel')} accessibilityLabel={translate('workspace.editor.nameInputLabel')} defaultValue={policy?.name} - maxLength={CONST.WORKSPACE_NAME_CHARACTER_LIMIT} spellCheck={false} autoFocus />