Skip to content

Commit 829f9c4

Browse files
authored
Build: Import 'first' from 'rxjs/operators'. (#6810)
This is necessary to fix the internal build after import.
1 parent 8f3deeb commit 829f9c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorboard/webapp/widgets/data_table/data_table_component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ import {
4040
AddColumnEvent,
4141
} from './types';
4242
import {HeaderCellComponent} from './header_cell_component';
43-
import {Subscription, first} from 'rxjs';
43+
import {Subscription} from 'rxjs';
44+
import {first} from 'rxjs/operators';
4445
import {ContentCellComponent} from './content_cell_component';
4546
import {RangeValues} from '../range_input/types';
4647
import {dataTableUtils} from './utils';

0 commit comments

Comments
 (0)