Project

General

Profile

« Previous | Next » 

Revision bde7047a

Added by Oleh Fedorenko over 2 years ago

Fixes #32035 - Add DSL autocompletion in templates

View differences:

webpack/assets/javascripts/react_app/components/Editor/index.js
selectSearchQuery,
selectShowError,
selectTheme,
selectAutocompletion,
selectLiveAutocompletion,
selectValue,
} from './EditorSelectors';
......
selectedView: selectChosenView(state),
showError: selectShowError(state),
theme: selectTheme(state),
autocompletion: selectAutocompletion(state),
liveAutocompletion: selectLiveAutocompletion(state),
value: selectValue(state),
});

Also available in: Unified diff