@saasquatch/squatch-js 2.8.2-26 → 2.8.2-27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2441,7 +2441,7 @@ class DeclarativeEmbedWidget extends DeclarativeWidget {
2441
2441
  async connectedCallback() {
2442
2442
  this.loaded = true;
2443
2443
  this.container = this.getAttribute("container");
2444
- const brandingConfig = this.widgetConfig.values.brandingConfig;
2444
+ const brandingConfig = this.widgetConfig.values.brandingConfig || {};
2445
2445
  console.log("THIS IS THE BRANDING CONFIG", brandingConfig);
2446
2446
  const skeletonHTML = getSkeleton({ height: "100%" });
2447
2447
  const skeletonContainer = document.createElement("div");