mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
feat: Shows related dashboards in Explore (#21685)
This commit is contained in:
committed by
GitHub
parent
0ff1e49e3c
commit
200bed6f7e
@@ -107,6 +107,10 @@ export const URL_PARAMS = {
|
||||
name: 'dashboard_page_id',
|
||||
type: 'string',
|
||||
},
|
||||
dashboardFocusedChart: {
|
||||
name: 'focused_chart',
|
||||
type: 'number',
|
||||
},
|
||||
} as const;
|
||||
|
||||
export const RESERVED_CHART_URL_PARAMS: string[] = [
|
||||
|
||||
Reference in New Issue
Block a user