Skip to content

Commit

Permalink
working solution for only loading for matter, needs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 committed Sep 12, 2024
1 parent 4861fae commit dacbc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default defineComponent({
// load initial UC component state
this.$store.dispatch(`zap/loadUcComponentState`)
if (this.enableMatterFeatures()) {
if (this.uiThemeCategory == 'matter') {
let endpoint = await this.$store.dispatch('zap/loadComposition')
this.$store.dispatch('zap/updateSelectedEndpointType', {
endpointType: this.endpointType[endpoint.id],
Expand Down

0 comments on commit dacbc10

Please sign in to comment.