fix backup job without s3 can not be added
This commit is contained in:
parent
0e82b82ce3
commit
b282c1f3ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue