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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -53684,7 +53684,7 @@ const SessionTimeOut = ({ sessionTime, handleSubmitSession, onSessionExpire, han
|
|
|
53684
53684
|
};
|
|
53685
53685
|
const handleSubmit = () => {
|
|
53686
53686
|
handleSubmitSession();
|
|
53687
|
-
|
|
53687
|
+
setOpenConfirmModal(false);
|
|
53688
53688
|
};
|
|
53689
53689
|
const handleCancel = () => {
|
|
53690
53690
|
handleSessionCancel();
|