Skip to content

Commit 6483f3a

Browse files
committed
Removed un-used var
1 parent 9e4b8d4 commit 6483f3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/types.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ under the Apache 2.0 license is conditioned upon your compliance with
1818
such restriction.
1919
*/
2020
import PropTypes from 'prop-types'
21-
import {isEmpty} from 'lodash'
2221
import {
2322
BE_PAGE,
2423
BE_PAGE_SIZE,
@@ -28,7 +27,6 @@ import {
2827
PANEL_EDIT_MODE,
2928
PANEL_FUNCTION_CREATE_MODE,
3029
PANEL_RERUN_MODE,
31-
STATUS_FILTER_NAME
3230
} from './constants'
3331

3432
import { BUTTON_VARIANTS } from 'igz-controls/types'

0 commit comments

Comments
 (0)