fix: submit error on postgresql
This commit is contained in:
parent
bc6b4ed850
commit
6bb45430c9
@ -1,7 +1,7 @@
|
|||||||
<x-layout>
|
<div>
|
||||||
<h1>Configuration</h1>
|
<h1>Configuration</h1>
|
||||||
<livewire:project.database.heading :database="$database" />
|
<livewire:project.database.heading :database="$database" />
|
||||||
<x-modal modalId="startDatabase">
|
<x-modal modalId="startDatabase" noSubmit>
|
||||||
<x-slot:modalBody>
|
<x-slot:modalBody>
|
||||||
<livewire:activity-monitor header="Database Startup Logs" />
|
<livewire:activity-monitor header="Database Startup Logs" />
|
||||||
</x-slot:modalBody>
|
</x-slot:modalBody>
|
||||||
@ -87,4 +87,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</x-layout>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user