Skip to content

Commit b84d632

Browse files
authored
disable es-lit to fix build (#14087)
1 parent c846cc0 commit b84d632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte-webapp/src/views/Connection/ConnectionForm/ConnectionForm.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ interface ConnectionFormSubmitResult {
9494

9595
export type ConnectionFormMode = "create" | "edit" | "readonly";
9696

97+
// eslint-disable-next-line react/function-component-definition
9798
function FormValuesChangeTracker<T>({ onChangeValues }: { onChangeValues?: (values: T) => void }) {
9899
// Grab values from context
99100
const { values } = useFormikContext<T>();

0 commit comments

Comments
 (0)