Save and restore states for QueryTab and DocumentsTab for SQL and Mongo

This commit is contained in:
Laurent Nguyen
2024-11-04 09:55:05 +01:00
parent f7dffa4183
commit 966ca2ee90
13 changed files with 149 additions and 92 deletions

View File

@@ -9,6 +9,7 @@ export enum TabKind {
Graph,
SQLQuery,
ScaleSettings,
MongoQuery,
}
/**