mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Update modal code
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div>
|
||||
<button class="btn btn-primary btn-lg" v-on:click="showCreateModal = true">Create new database</button>
|
||||
</div>
|
||||
<Modal :show="showCreateModal" v-on:close="showCreateModal = false">
|
||||
<Modal :isVisible="showCreateModal" v-on:close="showCreateModal = false">
|
||||
<CreateDatabaseModal
|
||||
v-on:close="showCreateModal = false"
|
||||
v-on:database="handleModalCallback"
|
||||
|
||||
Reference in New Issue
Block a user