Skip to content

Commit

Permalink
Merge pull request Expensify#36369 from dhairyasenjaliya/workspaceName
Browse files Browse the repository at this point in the history
Remove limit on workspace name as per new standard allow only upto 100
  • Loading branch information
youssef-lr authored Feb 13, 2024
2 parents 97798d3 + 27646bd commit d330e9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/workspace/WorkspaceNamePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
/>
Expand Down

0 comments on commit d330e9b

Please sign in to comment.