File tree Expand file tree Collapse file tree 5 files changed +873
-54
lines changed Expand file tree Collapse file tree 5 files changed +873
-54
lines changed Original file line number Diff line number Diff line change 69
69
"redux-thunk" : " ^2.4.2"
70
70
},
71
71
"devDependencies" : {
72
- "mongodb-data-service " : " ^22.21 .0" ,
72
+ "@ mongodb-js/connection-storage " : " ^0.14 .0" ,
73
73
"@mongodb-js/eslint-config-compass" : " ^1.1.1" ,
74
74
"@mongodb-js/mocha-config-compass" : " ^1.3.9" ,
75
75
"@mongodb-js/prettier-config-compass" : " ^1.0.2" ,
76
- "@mongodb-js/connection-storage" : " ^0.14.0" ,
77
76
"@mongodb-js/tsconfig-compass" : " ^1.0.4" ,
78
77
"@testing-library/react" : " ^12.1.5" ,
78
+ "@testing-library/react-hooks" : " ^7.0.2" ,
79
79
"@testing-library/user-event" : " ^13.5.0" ,
80
80
"@types/chai" : " ^4.2.21" ,
81
81
"@types/chai-dom" : " ^0.0.10" ,
88
88
"electron-mocha" : " ^12.2.0" ,
89
89
"eslint" : " ^7.25.0" ,
90
90
"mocha" : " ^10.2.0" ,
91
+ "mongodb-data-service" : " ^22.21.0" ,
91
92
"nyc" : " ^15.1.0" ,
92
93
"prettier" : " ^2.7.1" ,
93
94
"react-dom" : " ^17.0.2" ,
Original file line number Diff line number Diff line change @@ -202,12 +202,12 @@ const ConnectionsNavigation: React.FC<ConnectionsNavigationProps> = ({
202
202
onCollapseAll,
203
203
onConnectionToggle,
204
204
onDatabaseToggle,
205
- } = useFilteredConnections (
205
+ } = useFilteredConnections ( {
206
206
connections,
207
207
filterRegex,
208
208
fetchAllCollections,
209
- onDatabaseExpand
210
- ) ;
209
+ onDatabaseExpand,
210
+ } ) ;
211
211
212
212
const connectionListTitleActions =
213
213
useMemo ( ( ) : ItemAction < ConnectionListTitleActions > [ ] => {
You can’t perform that action at this time.
0 commit comments