fix notifications

This commit is contained in:
Фролов 2021-05-31 15:49:50 +05:00
parent 4232c1f4b5
commit 1af1dfd95a

View File

@ -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]