chore: remove SIP_34_QUERY_SEARCH_UI feature flag (#11863)

This commit is contained in:
ʈᵃᵢ
2020-12-01 09:29:16 -08:00
committed by GitHub
parent 44e80e0175
commit ffa32cde14
7 changed files with 12 additions and 21 deletions

View File

@@ -88,10 +88,7 @@ class App extends React.PureComponent {
render() {
let content;
if (this.state.hash && this.state.hash === '#search') {
if (
isFeatureEnabled(FeatureFlag.ENABLE_REACT_CRUD_VIEWS) &&
isFeatureEnabled(FeatureFlag.SIP_34_QUERY_SEARCH_UI)
) {
if (isFeatureEnabled(FeatureFlag.ENABLE_REACT_CRUD_VIEWS)) {
return window.location.replace('/superset/sqllab/history/');
}
content = (