We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b0e86 commit 875358aCopy full SHA for 875358a
resources/scripts/components/server/backups/CreateBackupButton.tsx
@@ -96,7 +96,7 @@ export default ({ onBackupGenerated }: Props) => {
96
onSubmit={submit}
97
initialValues={{ name: '', ignored: '' }}
98
validationSchema={object().shape({
99
- name: string().required().max(255),
+ name: string().max(255),
100
ignored: string(),
101
})}
102
>
0 commit comments