mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat: Moves Profile to Single Page App (SPA) (#25001)
This commit is contained in:
committed by
GitHub
parent
269c99293f
commit
712e1f760c
@@ -212,7 +212,6 @@ const config = {
|
||||
spa: addPreamble('/src/views/index.tsx'),
|
||||
embedded: addPreamble('/src/embedded/index.tsx'),
|
||||
sqllab: addPreamble('/src/SqlLab/index.tsx'),
|
||||
profile: addPreamble('/src/profile/index.tsx'),
|
||||
showSavedQuery: [path.join(APP_DIR, '/src/showSavedQuery/index.jsx')],
|
||||
},
|
||||
output,
|
||||
|
||||
Reference in New Issue
Block a user