Skip to content

Commit c97c41b

Browse files
committed
Remove useWarnings
1 parent 778bc74 commit c97c41b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-form-renderer/src/files/use-field-api.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export interface ValidatorType extends Object {
1010
export interface UseFieldApiConfig extends AnyObject {
1111
name: string;
1212
validate?: ValidatorType[];
13-
useWarnings?: boolean;
1413
}
1514
export interface UseFieldApiComponentConfig extends UseFieldConfig<any> {
1615
name: string;

0 commit comments

Comments
 (0)