get call modify
This commit is contained in:
@@ -361,7 +361,7 @@ const reIngestWithPullChanges = (data) =>{
|
||||
severity: 'danger',
|
||||
},
|
||||
accept: () => {
|
||||
axios.get('/test/reingest_repo?repoName=${data.repoName}&branchName=${data.branch}')
|
||||
axios.get(`/test/reingest_repo?repoName=${data.repoName}&branchName=${data.branch}`)
|
||||
.then(response => {
|
||||
console.log(response.data);
|
||||
toast.add({ severity: 'info', summary: 'Confirmed', detail: 'ReIngestion with latest pull from master started', life: 3000 });
|
||||
|
||||
Reference in New Issue
Block a user