Skip to content

Commit

Permalink
[frontend/backend] linting (#6799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed May 13, 2024
1 parent 145a1e4 commit 297951a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ import Filters from '../../common/lists/Filters';
import FilterIconButton from '../../../../components/FilterIconButton';
import TextField from '../../../../components/TextField';
import { useFormatter } from '../../../../components/i18n';
import {
deserializeFilterGroupForFrontend,
emptyFilterGroup,
serializeFilterGroupForBackend,
stixFilters
} from '../../../../utils/filters/filtersUtils';
import { deserializeFilterGroupForFrontend, emptyFilterGroup, serializeFilterGroupForBackend, stixFilters } from '../../../../utils/filters/filtersUtils';
import ItemIcon from '../../../../components/ItemIcon';
import { isEmptyField, isNotEmptyField } from '../../../../utils/utils';
import SwitchField from '../../../../components/fields/SwitchField';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ TriggerEditionOverviewProps
helpers={helpers}
redirection
entityTypes={['Stix-Core-Object', 'stix-core-relationship', 'Stix-Filtering']}
/>}
/>}
</span>
)}
</Form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ import {
MEMBERS_GROUP_FILTER,
MEMBERS_ORGANIZATION_FILTER,
MEMBERS_USER_FILTER,
OBJECT_CONTAINS_FILTER, REPRESENTATIVE_FILTER,
OBJECT_CONTAINS_FILTER,
REPRESENTATIVE_FILTER,
TYPE_FILTER,
WORKFLOW_FILTER
} from '../utils/filtering/filtering-constants';
Expand Down

0 comments on commit 297951a

Please sign in to comment.