From dacbc10b7c7043929a32040a046bb8ee3b214e2f Mon Sep 17 00:00:00 2001 From: Paul Regan Date: Thu, 12 Sep 2024 17:15:56 -0400 Subject: [PATCH] working solution for only loading for matter, needs cleanup --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index bda31600cb..730b90332d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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],