Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Jun 18, 2023
1 parent 8482fa2 commit 488d619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.ui/web/src/components/app.vue
Expand Up @@ -507,7 +507,7 @@ export default {
if (data[2]) dayjs.locale(data[2].key)
// load the Semantics tags, only if the `tags` endpoint exists (or empty arrays otherwise)
// load the Semantic tags, only if the `tags` endpoint exists (or empty arrays otherwise)
return Promise.all([
...this.$store.getters.apiEndpoint('tags')
? [this.$oh.api.get('/rest/tags')]
Expand Down

0 comments on commit 488d619

Please sign in to comment.