diff --git a/UI/src/components/role-editor/index.js b/UI/src/components/role-editor/index.js index 8e43b14..9bd1875 100644 --- a/UI/src/components/role-editor/index.js +++ b/UI/src/components/role-editor/index.js @@ -164,7 +164,7 @@ class RoleEditor extends Component { .toArray() } { - (!this.props.editor.hasSafeRoles) + (this.props.editor.get('hasSafeRoles') !== true) ?