1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

#127 fix for new inquiry

This commit is contained in:
lana-k
2025-10-08 21:04:17 +02:00
parent 931cf380bc
commit 0a8c09b58d
2 changed files with 100 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
class="primary"
@click="onSaveAs"
>
Save as ...
Save as
</button>
<button id="create-btn" class="primary" @click="createNewInquiry">
Create
@@ -230,6 +230,8 @@ export default {
// Hide dialogs
this.$modal.hide('save')
this.$modal.hide('inquiry-conflict')
this.errorMsg = null
this.name = ''
// Signal about saving
eventBus.$emit('inquirySaved')