Skip to content

Commit

Permalink
Remove hard coded URL
Browse files Browse the repository at this point in the history
Was used for testing without relying on the profile.
  • Loading branch information
f-osorio committed Dec 10, 2024
1 parent a9de98b commit 836ef7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/panels/edit/fields/LookupSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,6 @@ export default {
}
this.uri = this.structure.valueConstraint.useValuesFrom[0]
if (this.uri == "http://id.loc.gov/vocabulary/resourceComponents"){
this.uri = "https://id.loc.gov/vocabulary/suggest2?q=*&memberOf=http://id.loc.gov/vocabulary/resourceComponents/collection_LanguageResource"
}
if (!this.uri.includes("suggest2")){
utilsNetwork.loadSimpleLookup(this.uri)
} else {
Expand Down

0 comments on commit 836ef7b

Please sign in to comment.