chore(deps-dev): bump oxlint from 1.33.0 to 1.41.0 in /superset-frontend (#37279)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: hainenber <dotronghai96@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
dependabot[bot]
2026-01-21 23:10:06 +07:00
committed by GitHub
parent 3fa7dba094
commit a1d24f1e4a
5 changed files with 41 additions and 45 deletions

View File

@@ -320,7 +320,7 @@ class SaveModal extends Component<SaveModalProps, SaveModalState> {
// Go to new dashboard url
if (gotodash && dashboard) {
let url = dashboard.url;
let { url } = dashboard;
if (this.state.selectedTab?.value) {
url += `#${this.state.selectedTab.value}`;
}