updated logout modal message and added to reps

This commit is contained in:
2024-10-07 15:37:19 +01:00
parent 5eeb098ae0
commit a000c70243
12 changed files with 182 additions and 47 deletions
+2
View File
@@ -19,6 +19,7 @@ import { setAccountDetails } from "../../../../store/accountDetails/action";
import { setCurrentReference } from "../../../../store/currentView/action";
import { setSearch } from "../../../../store/search/action";
import { wrapper } from "../../../../store/store";
import TimeOut from "../../../../components/timeout";
const CaseHome = (props) => {
const { footerLinks, pages } = props;
@@ -90,6 +91,7 @@ const CaseHome = (props) => {
.ticketnumber
}
/>
<TimeOut />
</div>
</div>
);