Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 31, 2022
1 parent 12b9d1e commit 5e41183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/admin/container/ConfigurationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Link } from 'react-router-dom';
import { Translate } from '../../i18n/components/translate';

import { DeleteConfirmation } from '../../core/components/DeleteConfirmation';
import OverlayTrigger from 'react-bootstrap/esm/OverlayTrigger';
import OverlayTrigger from 'react-bootstrap/OverlayTrigger';
import { useTranslator } from '../../i18n/hooks';
import useFetch from 'use-http';
import API_BASE_PATH from '../../App.constant';
Expand Down

0 comments on commit 5e41183

Please sign in to comment.