diy-template-components 2.0.15 → 2.0.17

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
@@ -7392,6 +7392,9 @@ function Contact({
7392
7392
  setBtnDisabled(true);
7393
7393
  setInputVal(formInitialValue);
7394
7394
  setIsSubmitted(true);
7395
+ setTimeout(() => {
7396
+ setIsSubmitted(false);
7397
+ }, 1000);
7395
7398
  };
7396
7399
  React.useEffect(() => {
7397
7400
  if (validData?.nameValid && validData?.emailValid && validData?.phoneValid && validData?.messageValid && inputVal?.email && inputVal?.name && inputVal?.phone && inputVal?.message) {