Skip to content

Commit b703061

Browse files
committedJun 5, 2024
rd-inc
1 parent f4ca012 commit b703061

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed
 

‎package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"path-to-regexp": "6.2.0",
2121
"pocketbase": "0.20.1",
2222
"react": "18.2.0",
23-
"react-declarative": "2.5.873",
23+
"react-declarative": "2.6.30",
2424
"react-dom": "18.2.0",
2525
"resize-observer-polyfill": "1.5.1",
2626
"tss-react": "4.3.4",

‎src/pages/view/EmployeePage/pages/common/ListPage/pages/EmployeeActivePage.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export const EmployeeActivePage = ({
4141

4242
return (
4343
<List
44-
withCustomFilters
4544
withSearch
4645
reloadSubject={ioc.employeeViewService.reloadSubject}
4746
title="Active employee"

‎src/pages/view/EmployeePage/pages/common/ListPage/pages/EmployeeInactivePage.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export const EmployeeInactivePage = ({ payload }: IOutletProps) => {
4141

4242
return (
4343
<List
44-
withCustomFilters
4544
withSearch
4645
reloadSubject={ioc.employeeViewService.reloadSubject}
4746
title="Inactive employee"

0 commit comments

Comments
 (0)
Please sign in to comment.