Fix auto-deploy checkbox triggering error
This commit is contained in:
parent
da19749098
commit
4e916cbf08
3 changed files with 3 additions and 2 deletions
|
@ -96,7 +96,7 @@ class ServerRepository
|
|||
'pack_id' => 'sometimes|nullable|numeric|min:0',
|
||||
'custom_container' => 'string',
|
||||
'startup' => 'string',
|
||||
'auto_deploy' => 'sometimes|boolean',
|
||||
'auto_deploy' => 'sometimes|required|accepted',
|
||||
'custom_id' => 'sometimes|required|numeric|unique:servers,id',
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue