release v4.2.16
@@ -1,6 +1,11 @@
# CHANGES
-## v4.2.15-EC
+## v4.2.16-RC
+
+* Fix: "Only inside the group" causes an error
+ * Introduced by v4.2.15
+## v4.2.15
* Improvement: toastr location for editing
* Improvement: Handsontable with static backdrop to prevent from closing when backdrop is clicked
@@ -1,6 +1,6 @@
{
"name": "growi",
- "version": "4.2.15-RC",
+ "version": "4.2.16-RC",
"description": "Team collaboration software using markdown",
"tags": [
"wiki",
@@ -203,7 +203,6 @@ class GrantSelector extends React.Component {
return (
<Modal
className="select-grant-group"
- container={this}
isOpen={this.state.isSelectGroupModalShown}
toggle={this.hideSelectGroupModal}
>