This commit is contained in:
caishi 2021-03-22 09:47:34 +08:00
parent 2591f28ccc
commit c965da7dd5
1 changed files with 1 additions and 1 deletions

View File

@ -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);