This commit is contained in:
Andras Bacsai
2023-10-20 09:38:21 +02:00
parent 33d38ccf40
commit 51ef24e1fb
2 changed files with 2 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
@endif
<div class="flex flex-col gap-2">
<div class="flex gap-2">
@if ($backup->database_type === 'App\Models\StandalonePostgres')
@if ($backup->database_type === 'App\Models\StandalonePostgresql')
<x-forms.input label="Databases To Backup"
helper="Comma separated list of databases to backup. Empty will include the default one."
id="backup.databases_to_backup" />