feat: able to change database passwords on the UI. It won't sync to the database.

This commit is contained in:
Andras Bacsai
2024-06-05 11:44:25 +02:00
parent 4fd3185d12
commit e9e12ad843
5 changed files with 38 additions and 40 deletions

View File

@@ -30,7 +30,7 @@
@endif
</div>
<div class="py-4">
<livewire:project.database.backup-executions :backup="$backup" :executions="$executions" />
<livewire:project.database.backup-executions :backup="$backup" />
</div>
</div>
</div>