File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
packages/connection-form/src/components/advanced-options-tabs Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ import { Binary } from 'bson';
1818
1919import ConnectionForm from '../../../' ;
2020import { getNextKmsProviderName } from './kms-provider-content' ;
21- import { FileInputBackendProvider } from '@mongodb-js/compass-components' ;
22- import { createJSDomFileInputDummyBackend } from '@mongodb-js/compass-components/lib/components/file-input' ;
21+ import {
22+ FileInputBackendProvider ,
23+ createJSDomFileInputDummyBackend ,
24+ } from '@mongodb-js/compass-components' ;
2325
2426const openAdvancedTab = async (
2527 tabId : 'general' | 'authentication' | 'tls' | 'proxy' | 'advanced' | 'csfle'
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ import type { SSHConnectionOptions } from '../../../utils/connection-ssh-handler
77import SSHTunnelIdentity from './ssh-tunnel-identity' ;
88import type { ConnectionFormError } from '../../../utils/validation' ;
99import { errorMessageByFieldName } from '../../../utils/validation' ;
10- import { FileInputBackendProvider } from '@mongodb-js/compass-components' ;
11- import { createJSDomFileInputDummyBackend } from '@mongodb-js/compass-components/lib/components/file-input' ;
10+ import {
11+ FileInputBackendProvider ,
12+ createJSDomFileInputDummyBackend ,
13+ } from '@mongodb-js/compass-components' ;
1214
1315const formFields : {
1416 key : keyof SSHConnectionOptions ;
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ import sinon from 'sinon';
1010import ConnectionStringUrl from 'mongodb-connection-string-url' ;
1111
1212import SSLTab , { getTLSOptionForConnectionString } from './tls-ssl-tab' ;
13- import { FileInputBackendProvider } from '@mongodb-js/compass-components' ;
14- import { createJSDomFileInputDummyBackend } from '@mongodb-js/compass-components/lib/components/file-input' ;
13+ import {
14+ FileInputBackendProvider ,
15+ createJSDomFileInputDummyBackend ,
16+ } from '@mongodb-js/compass-components' ;
1517
1618describe ( 'SchemaInput' , function ( ) {
1719 let updateConnectionFormFieldSpy : sinon . SinonSpy ;
You can’t perform that action at this time.
0 commit comments