diff --git a/packages/client/src/components/NewStudyJsonForm.component.tsx b/packages/client/src/components/NewStudyJsonForm.component.tsx index e1ecfcd..80ffc89 100644 --- a/packages/client/src/components/NewStudyJsonForm.component.tsx +++ b/packages/client/src/components/NewStudyJsonForm.component.tsx @@ -22,8 +22,7 @@ export const NewStudyJsonForm: React.FC = (props) => { type: 'object', properties: { name: { - type: 'string', - pattern: '^[a-zA-Z 0-9]*$' + type: 'string' }, description: { type: 'string'