Skip to content
Snippets Groups Projects
Unverified Commit 7208b8ca authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove commonUtils.getAPiUrl() call

parent 9a6aebec
No related branches found
No related tags found
No related merge requests found
Pipeline #16192 passed
...@@ -25,7 +25,7 @@ export class CheckInPlaceSelect extends ScopedElementsMixin(AdapterLitElement) { ...@@ -25,7 +25,7 @@ export class CheckInPlaceSelect extends ScopedElementsMixin(AdapterLitElement) {
constructor() { constructor() {
super(); super();
this.lang = 'de'; this.lang = 'de';
this.entryPointUrl = commonUtils.getAPiUrl(); this.entryPointUrl = '';
this.jsonld = null; this.jsonld = null;
this.$select = null; this.$select = null;
this.active = false; this.active = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment