mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(permalink): exclude edit mode from dashboard permalink (#35889)
This commit is contained in:
committed by
GitHub
parent
21d585d586
commit
e2e831e322
@@ -153,7 +153,7 @@ export const useDownloadScreenshot = (
|
||||
anchor,
|
||||
activeTabs,
|
||||
dataMask,
|
||||
urlParams: getDashboardUrlParams(['edit']),
|
||||
urlParams: getDashboardUrlParams(),
|
||||
},
|
||||
})
|
||||
.then(({ json }) => {
|
||||
|
||||
Reference in New Issue
Block a user