forked from Gitlink/forgeplus-react
tags
This commit is contained in:
parent
2748696b9f
commit
c597d8ee91
|
|
@ -28,7 +28,7 @@ function SelectOverlay({ changeBranch , tagflag , projectsId , owner , visible }
|
|||
async function getTags(id,owner){
|
||||
let result = await getTag(id,owner);
|
||||
setData(result);
|
||||
setDatas(result);
|
||||
setDatas(result && result.tags);
|
||||
setIsSpin(false);
|
||||
}
|
||||
function chooseitem(value){
|
||||
|
|
|
|||
Loading…
Reference in New Issue