mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +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
@@ -75,7 +75,7 @@ export default function setupApp() {
|
||||
url: ev.currentTarget.href,
|
||||
parseMethod: null,
|
||||
}).then(() => {
|
||||
location.reload();
|
||||
window.location.reload();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user