File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -183,9 +183,7 @@ export function MultipleConnectionSidebar({
183183 onConnect = { ( connectionInfo ) => {
184184 void connect ( connectionInfo ) ;
185185 } }
186- onConnectInNewWindow = { ( connectionInfo ) => {
187- connectInNewWindow ( connectionInfo ) ;
188- } }
186+ onConnectInNewWindow = { connectInNewWindow }
189187 onNewConnection = { createNewConnection }
190188 onEditConnection = { ( connectionInfo ) => {
191189 editConnection ( connectionInfo . id ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { hasDisallowedConnectionStringOptions } from './validate-connection-stri
55import COMPASS_ICON from './icon' ;
66import { createLogger , mongoLogId } from '@mongodb-js/compass-logging' ;
77import { redactConnectionString } from 'mongodb-connection-string-url' ;
8- import { UUID } from 'mongodb ' ;
8+ import { UUID } from 'bson ' ;
99const { log } = createLogger ( 'COMPASS-AUTO-CONNECT-MAIN' ) ;
1010
1111export type AutoConnectPreferences = Partial <
You can’t perform that action at this time.
0 commit comments