🚨(react) fix linter warning & errors

With upgrade new linter warning and erros are popped up. So we fix it.
This commit is contained in:
jbpenrath
2023-08-21 14:44:11 +02:00
committed by Jean-Baptiste PENRATH
parent 151382dec2
commit c89d9dc6df
2 changed files with 11 additions and 12 deletions

View File

@@ -23,8 +23,11 @@ import {
import { convertDateValueToString } from ":/components/Forms/DatePicker/utils";
export type DatePickerAuxSubProps = FieldProps & {
// eslint-disable-next-line react/no-unused-prop-types
label?: string;
// eslint-disable-next-line react/no-unused-prop-types
minValue?: string;
// eslint-disable-next-line react/no-unused-prop-types
maxValue?: string;
disabled?: boolean;
name?: string;