fix: Update PrimeReact to v10.8.3 and fix all compilation errors
This commit is contained in:
@@ -31,7 +31,9 @@ const NouveauClientPage = () => {
|
||||
ville: '',
|
||||
numeroTVA: '',
|
||||
siret: '',
|
||||
actif: true
|
||||
actif: true,
|
||||
dateCreation: new Date().toISOString(),
|
||||
dateModification: new Date().toISOString()
|
||||
});
|
||||
|
||||
const [errors, setErrors] = useState<Record<string, string>>({});
|
||||
|
||||
Reference in New Issue
Block a user