mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
ESLint: Re-enable rule no-restricted-globals (#10863)
* Re-enable rule no-restricted-globals * Fix missing semicolons
This commit is contained in:
committed by
GitHub
parent
7f1012360a
commit
1908a94c7e
@@ -466,7 +466,7 @@ class Header extends React.PureComponent {
|
||||
setColorSchemeAndUnsavedChanges(updates.colorScheme);
|
||||
dashboardTitleChanged(updates.title);
|
||||
if (updates.slug) {
|
||||
history.pushState(
|
||||
window.history.pushState(
|
||||
{ event: 'dashboard_properties_changed' },
|
||||
'',
|
||||
`/superset/dashboard/${updates.slug}/`,
|
||||
|
||||
Reference in New Issue
Block a user