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.es.js CHANGED
@@ -443,7 +443,7 @@ function useLinkBuilder(data) {
443
443
  return null;
444
444
  }
445
445
 
446
- if (data?.isExistingLink) {
446
+ if (data?.isExistingLink === false) {
447
447
  return data.link;
448
448
  }
449
449