Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed Jul 17, 2024
1 parent baef36b commit 7824cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Browser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,8 @@ export default {
// updates inferredTemsLabelsByCategory
let url = baseUrl + "/rest/v2/annotations/children/"

newVal.forEach(value => {
newVal.filter(val => val.termUri != null)
.forEach(value => {
let hede = axios.get(url,{
params: {uri:value.termUri, direct:false}
}).then(res => {
Expand Down

0 comments on commit 7824cf9

Please sign in to comment.