4087
project/package-lock.json
generated
4087
project/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -17,11 +17,8 @@
|
|||||||
"react-router-dom": "^7.7.1"
|
"react-router-dom": "^7.7.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/jest-dom": "^6.8.0",
|
|
||||||
"@testing-library/react": "^16.3.0",
|
|
||||||
"@vitejs/plugin-react": "^4.3.1",
|
"@vitejs/plugin-react": "^4.3.1",
|
||||||
"autoprefixer": "^10.4.18",
|
"autoprefixer": "^10.4.18",
|
||||||
"jest": "^30.1.1",
|
|
||||||
"postcss": "^8.4.35",
|
"postcss": "^8.4.35",
|
||||||
"tailwindcss": "^3.4.1",
|
"tailwindcss": "^3.4.1",
|
||||||
"vite": "^5.4.2"
|
"vite": "^5.4.2"
|
||||||
|
|||||||
@@ -477,7 +477,7 @@ END:VEVENT`;
|
|||||||
onChange={(e) => setEmployeeFilter(e.target.value)}
|
onChange={(e) => setEmployeeFilter(e.target.value)}
|
||||||
className="bg-transparent focus:outline-none text-sm text-gray-900"
|
className="bg-transparent focus:outline-none text-sm text-gray-900"
|
||||||
>
|
>
|
||||||
<option value="">Sélectionner un(e) collaborateur(rice)</option>
|
<option value="">Sélectionner un collaborateur</option>
|
||||||
<option value="all">Tous</option>
|
<option value="all">Tous</option>
|
||||||
{filters.employees?.map((name, i) => (
|
{filters.employees?.map((name, i) => (
|
||||||
<option key={i} value={name}>{name}</option>
|
<option key={i} value={name}>{name}</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user