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