Skip to content

Commit

Permalink
Address review
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 Jan 29, 2024
1 parent baaf69e commit 1759712
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
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default {
components: {
EmptyStatePlaceholder,
PanelRight,
DeveloperDock: () => import(/* webpackChunkName: "DeveloperDock" */ '@/components/developer/developer-dock.vue')
DeveloperDock: () => import(/* webpackChunkName: "admin-base" */ '@/components/developer/developer-dock.vue')
},
data () {
let theme = localStorage.getItem('openhab.ui:theme')
Expand Down

0 comments on commit 1759712

Please sign in to comment.