-
-
-
-
-
+
+
+
+
+
+
+
@@ -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 (