mirror of
https://github.com/apache/superset.git
synced 2026-05-09 18:05:52 +00:00
refactor: Removes the deprecated ENABLE_EXPLORE_DRAG_AND_DROP feature flag (#26343)
This commit is contained in:
committed by
GitHub
parent
b2ad74f94f
commit
6063f4ff04
@@ -123,7 +123,7 @@ const renderWithRouter = ({
|
||||
<ExploreViewContainer />
|
||||
</Route>
|
||||
</MemoryRouter>,
|
||||
{ useRedux: true, initialState },
|
||||
{ useRedux: true, useDnd: true, initialState },
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user