Skip to content

Commit

Permalink
Fix connection UI regressions (#10771)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamakase committed Mar 5, 2022
1 parent 6ea444f commit f77fa8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ const TransferFormCard: React.FC<TransferFormProps> = ({ connection }) => {
schedule: values.schedule,
connectionId: connection.connectionId,
namespaceDefinition: connection.namespaceDefinition,
namespaceFormat: connection.namespaceFormat,
status: connection.status,
prefix: connection.prefix,
syncCatalog: connection.syncCatalog,
operations: connection.operations,
});
}

Expand Down

0 comments on commit f77fa8b

Please sign in to comment.