@huma-finance/widgets 0.0.73-beta.922 → 0.0.73-beta.924

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.
@@ -6262,7 +6262,9 @@ function PointsEarned(_ref) {
6262
6262
  const handleCloseModal = React.useCallback(() => {
6263
6263
  reset();
6264
6264
  dispatch(resetState());
6265
- handleAction();
6265
+ handleAction({
6266
+ isSuccess: true
6267
+ });
6266
6268
  }, [dispatch, handleAction, reset]);
6267
6269
  const styles = {
6268
6270
  wrapper: material.css(_templateObject$c || (_templateObject$c = _taggedTemplateLiteral(["\n height: 518px;\n position: relative;\n "]))),