Skip to content

Commit

Permalink
revert proto changes
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Dec 27, 2023
1 parent 2b63589 commit feeac63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/components/Relations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const primaryKeyColumn: Column<RwTable> = {
export const connectorColumnSource: Column<RwSource> = {
name: "Connector",
width: 3,
content: (r) => r.properties.connector ?? "unknown",
content: (r) => r.withProperties.connector ?? "unknown",
}

export const connectorColumnSink: Column<RwSink> = {
Expand Down

0 comments on commit feeac63

Please sign in to comment.