From 27646bd3ec86482c616643e9094d237237d13737 Mon Sep 17 00:00:00 2001 From: dhairyasenjaliya Date: Tue, 13 Feb 2024 01:29:37 +0530 Subject: [PATCH] Remove limit --- src/pages/workspace/WorkspaceNamePage.tsx | 1 - 1 file changed, 1 deletion(-) 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 />