default type

main
alex 2024-03-09 21:03:38 +01:00
parent fc2eb7a01e
commit 9b9244a527
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export default function CrmTest() {
// used for the segmented component on top of the page // used for the segmented component on top of the page
const [selectedSegmentedTypeValue, setSelectedSegmentedTypeValue] = const [selectedSegmentedTypeValue, setSelectedSegmentedTypeValue] =
useState(0); useState(1);
const filterAssignedEmployeeRef = useRef([]); const filterAssignedEmployeeRef = useRef([]);