fixed some build bug issues

This commit was merged in pull request #850.
This commit is contained in:
Victor
2024-11-20 19:24:19 +01:00
parent f5eef3f679
commit b6908b84af
16 changed files with 48 additions and 33 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default function FamilyTableNew() {
const { jobListTable, pendingListTable, parentFamilyTaskList } = useSelector((state) => state.tableReload); // TABLE RELOAD TRIGGERS
let { pathname } = useLocation();
let location = useLocation();
const queryParams = new URLSearchParams(location?.search);
const preSelectedTab = queryParams.get("tab");