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 { getFieldDecorator, validateFields, setFieldsValue } = form;
|
||||||
const { OIdentifier, groupId } = match.params;
|
const { OIdentifier, groupId } = match.params;
|
||||||
|
|
||||||
useEffect(()=>{
|
|
||||||
setFieldsValue({
|
|
||||||
authorize:"read",
|
|
||||||
includes_all_project:0
|
|
||||||
})
|
|
||||||
},[])
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (GroupDetail) {
|
if (GroupDetail) {
|
||||||
setOnwers(GroupDetail.authorize === "owner");
|
setOnwers(GroupDetail.authorize === "owner");
|
||||||
|
|
Loading…
Reference in New Issue