@redneckz/wildless-cms-uni-blocks 0.14.1079 → 0.14.1080

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.
@@ -707,7 +707,7 @@
707
707
 
708
708
  /** @deprecated */
709
709
  const LinkButton = JSX(({ disabled, children, method = 'LINK', href, id, additionalHref, chance, ...rest }) => {
710
- const [currentLink, setCurrentLink] = useState();
710
+ const [currentLink, setCurrentLink] = useState(href);
711
711
  const handleFormSubmit = useFormSubmit({ method, href });
712
712
  const linksStore = useLocalStore();
713
713
  useEffect(() => {
@@ -15129,7 +15129,7 @@
15129
15129
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
15130
15130
  });
15131
15131
 
15132
- const packageVersion = "0.14.1078";
15132
+ const packageVersion = "0.14.1079";
15133
15133
 
15134
15134
  exports.Blocks = Blocks;
15135
15135
  exports.ContentPage = ContentPage;