forked from Gitlink/forgeplus-react
This commit is contained in:
parent
2591f28ccc
commit
c965da7dd5
|
@ -16,7 +16,7 @@ function CollaboratorMember({projectsId,owner,project_id,author,showNotification
|
|||
const [ roleName , setRoleName ] = useState(undefined);
|
||||
const [ search , setSearch ] = useState(undefined);
|
||||
const [ page , setPage ] = useState(1);
|
||||
const [ isSpin , setIsSpin ] = useState(false);
|
||||
const [ isSpin , setIsSpin ] = useState(true);
|
||||
const [ role , setRole ] = useState(undefined);
|
||||
const [ listData , setListData ] = useState(undefined);
|
||||
const [ total , setTotal ] = useState(0);
|
||||
|
|
Loading…
Reference in New Issue