mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-24 16:19:51 +00:00
fix backup job without s3 can not be added
This commit is contained in:
@@ -21,8 +21,8 @@ class CreateScheduledBackup extends Component
|
||||
|
||||
public bool $enabled = true;
|
||||
|
||||
#[Validate(['required', 'integer'])]
|
||||
public int $s3StorageId;
|
||||
#[Validate(['nullable', 'integer'])]
|
||||
public ?int $s3StorageId = null;
|
||||
|
||||
public Collection $definedS3s;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user