diff --git a/src/components/WellTreeSelector.jsx b/src/components/WellTreeSelector.jsx index 35bc235..7ff8615 100644 --- a/src/components/WellTreeSelector.jsx +++ b/src/components/WellTreeSelector.jsx @@ -4,7 +4,7 @@ import { WellService } from '../services/api' import Loader from '../components/Loader' import { TreeSelect } from 'antd' import { useHistory } from 'react-router-dom' -import notify from '/notify' +import notify from './notify' const groupBy = (table, ...keys) => { let key = keys[0]