Skip to content

Commit

Permalink
NOJIRA: Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Apr 11, 2023
1 parent 5242221 commit ef2acba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { getDefinition } from '../../../domain/index';
import { MetadataConfiguration } from '../../../component/MetadataConfiguration';
import { useMetadataConfiguration } from '../../../hooks/configuration';
import useFetch from 'use-http';
import { BASE_PATH } from '../../../../App.constant';

export function MetadataFilterConfigurationListItem ({ filter, isLast, isFirst, onOrderUp, onOrderDown, onEnable, editable, onRemove, loading, index }) {
const [open, setOpen] = React.useState(false);
Expand Down

0 comments on commit ef2acba

Please sign in to comment.