This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch spa-bsd-sql-endpoint
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/spa-bsd-sql-endpoint by this 
push:
     new 3cb635a230 add route intercept
3cb635a230 is described below

commit 3cb635a2302936cfb3b2ffddcbea2a61518ed074
Author: hughhhh <[email protected]>
AuthorDate: Tue Aug 16 16:37:28 2022 -0400

    add route intercept
---
 superset-frontend/src/views/routes.tsx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/superset-frontend/src/views/routes.tsx 
b/superset-frontend/src/views/routes.tsx
index 732686838f..15a28c73d2 100644
--- a/superset-frontend/src/views/routes.tsx
+++ b/superset-frontend/src/views/routes.tsx
@@ -205,6 +205,10 @@ export const routes: Routes = [
     path: '/dataset/:datasetId',
     Component: DatasetPage,
   },
+  {
+    path: '/sql',
+    Component: ExplorePage, // expected component here
+  },
 ];
 
 const frontEndRoutes = routes

Reply via email to