mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 08:04:45 +02:00
Not a required field
This commit is contained in:
parent
25b0e86730
commit
875358a106
@ -96,7 +96,7 @@ export default ({ onBackupGenerated }: Props) => {
|
||||
onSubmit={submit}
|
||||
initialValues={{ name: '', ignored: '' }}
|
||||
validationSchema={object().shape({
|
||||
name: string().required().max(255),
|
||||
name: string().max(255),
|
||||
ignored: string(),
|
||||
})}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user