diy-template-components 0.0.75 → 0.0.76

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.
package/build/index.js CHANGED
@@ -455,7 +455,7 @@ function useLinkBuilder(data) {
455
455
  return null;
456
456
  }
457
457
 
458
- if (data?.isExistingLink) {
458
+ if (data?.isExistingLink === false) {
459
459
  return data.link;
460
460
  }
461
461