diy-template-components 0.1.37 → 0.1.38

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
@@ -7880,6 +7880,9 @@ function Tiles({
7880
7880
  window.open('https://' + value);
7881
7881
  }
7882
7882
  }
7883
+
7884
+ console.log(isEdit);
7885
+ console.log(value);
7883
7886
  };
7884
7887
 
7885
7888
  const TileDiv = tilesList?.map((tile, i) => {