1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

#128 fix save and close

This commit is contained in:
lana-k
2025-10-09 22:49:54 +02:00
parent 0a8c09b58d
commit 9cf7d0e5dc
2 changed files with 0 additions and 23 deletions

View File

@@ -217,16 +217,6 @@ export default {
}
})
// Restore data:
// e.g. if we save predefined inquiry the tab will be created again
// (because of new id) and
// it will be without sql result and has default view - table.
// That's why we need to restore data and view
this.$nextTick(() => {
this.currentInquiryTab.result = dataSet
this.currentInquiryTab.view = tabView
})
// Hide dialogs
this.$modal.hide('save')
this.$modal.hide('inquiry-conflict')