mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
parent
20b377f069
commit
d7d3c15ccc
@ -17,7 +17,7 @@ import { AsyncButton } from '~/views/components/AsyncButton';
|
||||
|
||||
const formSchema = Yup.object({
|
||||
title: Yup.string()
|
||||
.matches(/^(\D).+$/, 'Group names may not start with a number')
|
||||
.matches(/^(\D).*$/, 'Group names may not start with a number')
|
||||
.required('Group must have a name'),
|
||||
description: Yup.string(),
|
||||
isPrivate: Yup.boolean()
|
||||
|
Loading…
Reference in New Issue
Block a user