Skip to content

Commit

Permalink
[ML] Rename transform_search_bar_filters.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Nov 10, 2020
1 parent 5ec5e45 commit 5cd68d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import { StopActionName } from '../action_stop';
import { ItemIdToExpandedRowMap } from './common';
import { useColumns } from './use_columns';
import { ExpandedRow } from './expanded_row';
import { transformFilters, filterTransforms } from './transform_search_bar';
import { transformFilters, filterTransforms } from './transform_search_bar_filters';
import { useTableSettings } from './use_table_settings';

function getItemIdToExpandedRowMap(
Expand Down

0 comments on commit 5cd68d7

Please sign in to comment.