Skip to content

Commit ce3f7c9

Browse files
hide warning
1 parent 2462646 commit ce3f7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/dynamicForm/dynamicField/IDynamicFieldProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface IDynamicFieldProps {
3939
/** Fired by DynamicField when a field value is changed */
4040
onChanged?: (
4141
columnInternalName: string,
42-
newValue: any,
42+
newValue: any, // eslint-disable-line @typescript-eslint/no-explicit-any
4343
validate: boolean,
4444
additionalData?: FieldChangeAdditionalData
4545
) => void; // eslint-disable-line @typescript-eslint/no-explicit-any

0 commit comments

Comments
 (0)