forked from Gitlink/forgeplus-react
save files
This commit is contained in:
parent
53fa18907d
commit
da657e559b
|
@ -34,13 +34,6 @@ export default Form.create()(
|
|||
const { getFieldDecorator, validateFields, setFieldsValue } = form;
|
||||
const { OIdentifier, groupId } = match.params;
|
||||
|
||||
useEffect(()=>{
|
||||
setFieldsValue({
|
||||
authorize:"read",
|
||||
includes_all_project:0
|
||||
})
|
||||
},[])
|
||||
|
||||
useEffect(() => {
|
||||
if (GroupDetail) {
|
||||
setOnwers(GroupDetail.authorize === "owner");
|
||||
|
|
Loading…
Reference in New Issue