diff --git a/src/other/rjsf/RJSForm.tsx b/src/other/rjsf/RJSForm.tsx index 2c20ec7..d1a8031 100644 --- a/src/other/rjsf/RJSForm.tsx +++ b/src/other/rjsf/RJSForm.tsx @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable react/jsx-props-no-spreading */ import { FormProps } from "@rjsf/core"; import Form from "@rjsf/mui";