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;
|
public bool $enabled = true;
|
||||||
|
|
||||||
#[Validate(['required', 'integer'])]
|
#[Validate(['nullable', 'integer'])]
|
||||||
public int $s3StorageId;
|
public ?int $s3StorageId = null;
|
||||||
|
|
||||||
public Collection $definedS3s;
|
public Collection $definedS3s;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user