Skip to content
Snippets Groups Projects
Unverified Commit 9c7f4ab8 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix missing rules in report modal in web UI (#19387)

parent dd5d99f8
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ const messages = defineMessages({
});
const mapStateToProps = state => ({
rules: state.getIn(['server', 'rules'], ImmutableList()),
rules: state.getIn(['server', 'server', 'rules'], ImmutableList()),
});
export default @connect(mapStateToProps)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment