🚨(react) fix linter warning & errors
With upgrade new linter warning and erros are popped up. So we fix it.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
151382dec2
commit
c89d9dc6df
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user