1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-08 11:08:55 +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
})