From 1af1dfd95aa27ef40521a58bb3e648f5a3e33135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=80=D0=BE=D0=BB=D0=BE=D0=B2?= Date: Mon, 31 May 2021 15:49:50 +0500 Subject: [PATCH] fix notifications --- src/components/WellTreeSelector.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]