We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9328f8 commit e0d8a60Copy full SHA for e0d8a60
airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx
@@ -43,7 +43,7 @@ const PatchInitialValuesWithWidgetConfig: React.FC<{
43
initialValues: ServiceFormValues;
44
}> = ({ schema, initialValues }) => {
45
const { widgetsInfo } = useServiceForm();
46
- const { values, setFieldValue } = useFormikContext<ServiceFormValues>();
+ const { setFieldValue } = useFormikContext<ServiceFormValues>();
47
48
useDeepCompareEffect(() => {
49
const widgetsInfoEntries = Object.entries(widgetsInfo);
0 commit comments