forked from Gitlink/forgeplus-react
tags
This commit is contained in:
parent
b410e10e5e
commit
6d59b8797a
|
|
@ -65,8 +65,8 @@ export default Form.create()(
|
|||
}})
|
||||
.then(result => {
|
||||
if (result) {
|
||||
setTagList(result.data);
|
||||
setOptions(renderTagList(result.data));
|
||||
setTagList(result.data.tags);
|
||||
setOptions(renderTagList(result.data.tags));
|
||||
}
|
||||
})
|
||||
.catch(error => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue