diff --git a/packages/main/__karma_snapshots__/FilterBar.md b/packages/main/__karma_snapshots__/FilterBar.md index 79d982a0e8b..c4d880cdfd8 100644 --- a/packages/main/__karma_snapshots__/FilterBar.md +++ b/packages/main/__karma_snapshots__/FilterBar.md @@ -72,40 +72,44 @@
- - +
+ + +
- -
- - - +
+ +
+ + + +
@@ -184,40 +188,44 @@
- - +
+ + +
- -
- - - +
+ +
+ + + +
@@ -225,14 +233,16 @@
- - - - +
+ + + + +
@@ -310,53 +320,59 @@
- - +
+ + +
- - - - +
+ + + + +
- - - - +
+ + + + +
diff --git a/packages/main/src/components/FilterItem/index.tsx b/packages/main/src/components/FilterItem/index.tsx index 54c792389db..8c6c8b3c517 100644 --- a/packages/main/src/components/FilterItem/index.tsx +++ b/packages/main/src/components/FilterItem/index.tsx @@ -10,6 +10,7 @@ import { ListItemTypes } from '../../lib/ListItemTypes'; import { Select } from '../../lib/Select'; import { StandardListItem } from '../../lib/StandardListItem'; import styles from './FilterItem.jss'; +import { BusyIndicatorType } from '../../lib/BusyIndicatorType'; export interface FilterItemPropTypes extends CommonProps { placeholder?: string; @@ -61,7 +62,13 @@ export class FilterItem extends PureComponent { return ; case FilterType.Select: if (loading) { - return ; + return ( + + ); } return (