mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
save plotly settings
This commit is contained in:
@@ -45,8 +45,8 @@ export default {
|
||||
const isFromScratch = !this.$store.state.currentTab.initName
|
||||
const value = {
|
||||
id: currentQuery.id,
|
||||
query: currentQuery.query
|
||||
// TODO: save plotly settings
|
||||
query: currentQuery.query,
|
||||
plotly: currentQuery.getPlotlySatateForSave()
|
||||
}
|
||||
|
||||
if (isFromScratch) {
|
||||
|
||||
Reference in New Issue
Block a user