forked from Gitlink/forgeplus-react
loading
This commit is contained in:
parent
72fcbcd4dd
commit
afd6904349
|
@ -45,9 +45,9 @@ function Dispose(props){
|
|||
}).then(result=>{
|
||||
if(result && result.data){
|
||||
setList(result.data.pipelines);
|
||||
setSpining(false);
|
||||
}
|
||||
}).catch(error=>{})
|
||||
setSpining(false);
|
||||
}).catch(error=>{setSpining(false);})
|
||||
}
|
||||
|
||||
useEffect(()=>{
|
||||
|
|
Loading…
Reference in New Issue