fixed some build bug issues
This commit was merged in pull request #850.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user