ui fix
This commit is contained in:
parent
f081ba7621
commit
c7daa32e21
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ class BackupEdit extends Component
|
|||
#[Validate(['required', 'boolean'])]
|
||||
public bool $saveS3 = false;
|
||||
|
||||
#[Validate(['required', 'integer'])]
|
||||
public int $s3StorageId = 1;
|
||||
#[Validate(['nullable', 'integer'])]
|
||||
public ?int $s3StorageId = 1;
|
||||
|
||||
#[Validate(['nullable', 'string'])]
|
||||
public ?string $databasesToBackup = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue