default type
parent
fc2eb7a01e
commit
9b9244a527
|
@ -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([]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue