@hestia-earth/ui-components 0.31.18 → 0.31.19

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.
@@ -9251,7 +9251,7 @@ const focusFirstGroupError = (element) => {
9251
9251
  return groupError
9252
9252
  ? (() => {
9253
9253
  groupError.click();
9254
- setTimeout(() => focusFirstError(groupError));
9254
+ setTimeout(() => focusFirstError(groupError.parentElement));
9255
9255
  })()
9256
9256
  : null;
9257
9257
  };