1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-03-24 23:16:18 +08:00
This commit is contained in:
lana-k
2025-01-12 22:00:48 +01:00
parent f55a8caa92
commit 108d96a753
9 changed files with 63 additions and 62 deletions

View File

@@ -332,7 +332,7 @@ export default {
return
}
this.$store.dispatch('renameInquiry', {
inquiryId: this.processedInquiryId,
inquiryId: this.processedInquiryId,
newName: this.newName
})

View File

@@ -133,8 +133,8 @@ export default {
// Save inquiry
const value = await this.$store.dispatch('saveInquiry', {
inquiryTab:this.currentInquiry,
newName:this.name
inquiryTab: this.currentInquiry,
newName: this.name
})
// Update tab in store