mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
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:
@@ -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}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user