fix: Update PrimeReact to v10.8.3 and fix all compilation errors

This commit is contained in:
dahoud
2025-10-13 03:01:36 +00:00
parent 2a2e54c0e3
commit 30cad6220b
85 changed files with 928 additions and 2020 deletions

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;