We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4b8d4 commit 6483f3aCopy full SHA for 6483f3a
src/types.js
@@ -18,7 +18,6 @@ under the Apache 2.0 license is conditioned upon your compliance with
18
such restriction.
19
*/
20
import PropTypes from 'prop-types'
21
-import {isEmpty} from 'lodash'
22
import {
23
BE_PAGE,
24
BE_PAGE_SIZE,
@@ -28,7 +27,6 @@ import {
28
27
PANEL_EDIT_MODE,
29
PANEL_FUNCTION_CREATE_MODE,
30
PANEL_RERUN_MODE,
31
- STATUS_FILTER_NAME
32
} from './constants'
33
34
import { BUTTON_VARIANTS } from 'igz-controls/types'
0 commit comments