Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu-dev committed Feb 13, 2025
1 parent 0f95b18 commit 6e52778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function ExistingConnections(props: Props) {
conn={conn}
key={conn.name}
onDeleteClicked={(name: string) =>
onDeleteClicked(name, !!conn.isLocalDolt, conn.port || "")
onDeleteClicked(name, !!conn.isLocalDolt)
}
borderClassName={getBorderLineClassName(
props.connections.length,
Expand Down

0 comments on commit 6e52778

Please sign in to comment.