Skip to content

Commit 875358a

Browse files
committed
Not a required field
1 parent 25b0e86 commit 875358a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/backups/CreateBackupButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default ({ onBackupGenerated }: Props) => {
9696
onSubmit={submit}
9797
initialValues={{ name: '', ignored: '' }}
9898
validationSchema={object().shape({
99-
name: string().required().max(255),
99+
name: string().max(255),
100100
ignored: string(),
101101
})}
102102
>

0 commit comments

Comments
 (0)