diff --git a/src/Pages/CrmTest/CrmTest.js b/src/Pages/CrmTest/CrmTest.js index 1dcd795..ff40f2a 100644 --- a/src/Pages/CrmTest/CrmTest.js +++ b/src/Pages/CrmTest/CrmTest.js @@ -110,7 +110,7 @@ export default function CrmTest() { // used for the segmented component on top of the page const [selectedSegmentedTypeValue, setSelectedSegmentedTypeValue] = - useState(0); + useState(1); const filterAssignedEmployeeRef = useRef([]);