Skip to content

Commit

Permalink
Merge pull request #189 from DevDataPlatform/minor-bug-fox
Browse files Browse the repository at this point in the history
minor bug fix
  • Loading branch information
fatchat authored Jul 11, 2023
2 parents 7bbd32e + ede2fcb commit 8f415f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sources/SourceConfigInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const SourceConfigInput = ({
render={({ field: { value } }) => (
<MultiTagInput
disabled={source && !spec.airbyte_secret ? true : false}
field={`config.${spec.field}`}
field={spec.field}
label={spec.title}
fieldValueArr={value}
setFormValue={setFormValue}
Expand Down

0 comments on commit 8f415f9

Please sign in to comment.