Fix missing rules in report modal in web UI (#19387)
This commit is contained in:
parent
dd5d99f83f
commit
9c7f4ab8e8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const messages = defineMessages({
|
||||||
});
|
});
|
||||||
|
|
||||||
const mapStateToProps = state => ({
|
const mapStateToProps = state => ({
|
||||||
rules: state.getIn(['server', 'rules'], ImmutableList()),
|
rules: state.getIn(['server', 'server', 'rules'], ImmutableList()),
|
||||||
});
|
});
|
||||||
|
|
||||||
export default @connect(mapStateToProps)
|
export default @connect(mapStateToProps)
|
||||||
|
|
Loading…
Reference in a new issue