Skip to content

Commit

Permalink
Fix linting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Aug 28, 2019
1 parent 2f82fb0 commit 40bf5df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ResourceList/ResourceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
BulkActions,
BulkActionsProps,
CheckableButton,
// eslint-disable-next-line import/no-deprecated
FilterControl,
} from './components';

Expand Down Expand Up @@ -88,6 +89,7 @@ type CombinedProps = Props & WithAppProviderProps;

class ResourceList extends React.Component<CombinedProps, State> {
static Item = ResourceItem;
// eslint-disable-next-line import/no-deprecated
static FilterControl = FilterControl;

private defaultResourceName: {singular: string; plural: string};
Expand Down

0 comments on commit 40bf5df

Please sign in to comment.