fix: Update PrimeReact and fix all compilation errors

This commit is contained in:
Lions Dev
2025-10-13 05:18:02 +02:00
parent 6ebca4945c
commit 96eb956b0b
793 changed files with 11998 additions and 10690 deletions

4
app/(main)/dashboard/maintenance/page.tsx Normal file → Executable file
View File

@@ -395,8 +395,7 @@ const DashboardMaintenance = () => {
onChange={(e) => setDateRange(e.value as Date[])}
selectionMode="range"
readOnlyInput
hideOnRangeSelection
className="w-full md:w-14rem"
className="w-full md:w-14rem"
placeholder="Sélectionner une période"
/>
</div>
@@ -536,3 +535,4 @@ const DashboardMaintenance = () => {
};
export default DashboardMaintenance;