fix(permalink): exclude edit mode from dashboard permalink (#35889)

This commit is contained in:
Mehmet Salih Yavuz
2025-11-11 10:58:02 +03:00
committed by GitHub
parent 21d585d586
commit e2e831e322
3 changed files with 57 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ export const useDownloadScreenshot = (
anchor,
activeTabs,
dataMask,
urlParams: getDashboardUrlParams(['edit']),
urlParams: getDashboardUrlParams(),
},
})
.then(({ json }) => {