mirror of
https://github.com/apache/superset.git
synced 2026-04-12 20:57:55 +00:00
Re-enable rule prefer-destructuring (only for objects) (#10867)
This commit is contained in:
committed by
GitHub
parent
c51168a30a
commit
352e8a1afd
@@ -33,7 +33,7 @@ import * as hostNamesConfig from 'src/utils/hostNamesConfig';
|
||||
import { getChartMetadataRegistry } from '@superset-ui/core';
|
||||
|
||||
describe('exploreUtils', () => {
|
||||
const location = window.location;
|
||||
const { location } = window;
|
||||
const formData = {
|
||||
datasource: '1__table',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user