This commit is contained in:
caishi 2023-08-31 14:16:09 +08:00
parent 2748696b9f
commit c597d8ee91
1 changed files with 1 additions and 1 deletions

View File

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