forked from Gitlink/forgeplus-react
This commit is contained in:
parent
8b80d60996
commit
ed26a17809
|
@ -57,7 +57,9 @@ export default Form.create()(
|
|||
if (repo_id) {
|
||||
const url = `/repositories/${repo_id}/tags.json`;
|
||||
axios
|
||||
.get(url)
|
||||
.get(url,{params:{
|
||||
limit:1000
|
||||
}})
|
||||
.then(result => {
|
||||
if (result) {
|
||||
setTagList(result.data);
|
||||
|
|
Loading…
Reference in New Issue