mirror of
https://github.com/apache/superset.git
synced 2026-04-29 04:54:21 +00:00
feat(sqllab): SPA migration (#25151)
This commit is contained in:
@@ -61,7 +61,7 @@ interface QueryTableProps {
|
||||
}
|
||||
|
||||
const openQuery = (id: number) => {
|
||||
const url = `/superset/sqllab?queryId=${id}`;
|
||||
const url = `/sqllab?queryId=${id}`;
|
||||
window.open(url);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user