Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Aug 2, 2024
1 parent c890f8a commit 552c409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ export default defineComponent({
}
}
},
validateDateFormat(value: string): boolean | string {
validateDateFormat(): boolean | string {
if (this.isNotValid) {
return ruleMessage(this.errorMessages, 'default') || "La date saisie n'est pas valide";
}
Expand Down

0 comments on commit 552c409

Please sign in to comment.