tp-react-elements-dev 1.4.2 → 1.4.4

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/dist/index.js CHANGED
@@ -53704,7 +53704,7 @@ const SessionTimeOut = ({ sessionTime, handleSubmitSession, onSessionExpire, han
53704
53704
  };
53705
53705
  const handleSubmit = () => {
53706
53706
  handleSubmitSession();
53707
- handleCancel();
53707
+ setOpenConfirmModal(false);
53708
53708
  };
53709
53709
  const handleCancel = () => {
53710
53710
  handleSessionCancel();