From 9b9244a527cee556337c5881dc32ffb704936bcf Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 9 Mar 2024 21:03:38 +0100 Subject: [PATCH] default type --- src/Pages/CrmTest/CrmTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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([]);