File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/compass-aggregations/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { isAtlasOnly } from '../../utils/stage';
2222import type { ServerEnvironment } from '../../modules/env' ;
2323import type { CollectionStats } from '../../modules/collection-stats' ;
2424
25- const inputWidth = spacing [ 1400 ] * 5 ;
25+ const inputWidth = spacing [ 1400 ] * 3 ;
2626// width of options popover
2727const comboxboxOptionsWidth = spacing [ 1200 ] * 10 ;
2828// left position of options popover wrt input. this aligns it with the start of input
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export type CollectionStats = {
99
1010export const INITIAL_STATE : CollectionStats = {
1111 document_count : undefined ,
12+ pipeline : undefined ,
1213} ;
1314
1415export function pickCollectionStats ( collection : Collection ) : CollectionStats {
You can’t perform that action at this time.
0 commit comments