Skip to content

Commit

Permalink
hide warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodriguesStorm committed Feb 21, 2024
1 parent 2462646 commit ce3f7c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface IDynamicFieldProps {
/** Fired by DynamicField when a field value is changed */
onChanged?: (
columnInternalName: string,
newValue: any,
newValue: any, // eslint-disable-line @typescript-eslint/no-explicit-any
validate: boolean,
additionalData?: FieldChangeAdditionalData
) => void; // eslint-disable-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit ce3f7c9

Please sign in to comment.