mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
Fix auto-deploy checkbox triggering error
This commit is contained in:
@@ -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',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user