Skip to content

Commit

Permalink
Decouple data import/export from explorer (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul authored Sep 20, 2024
1 parent 93bc6d7 commit 9260267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/intents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const INTENT_REGISTRY = {
"decrease-editor-scale": null,
"toggle-pinned": null,
"highlight-tool": null,
"import-database": null,
"export-database": null,
"new-query": "query",
"run-query": "query",
"save-query": "query",
Expand All @@ -31,8 +33,6 @@ const INTENT_REGISTRY = {
"open-saved-queries": "query",
"open-query-history": "query",
"explore-table": "explorer",
"import-database": "explorer",
"export-database": "explorer",
"run-graphql-query": "graphql",
"format-graphql-query": "graphql",
"toggle-graphql-variables": "graphql",
Expand Down

0 comments on commit 9260267

Please sign in to comment.