feature/IO-3103-Ant5-Notifications
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Alert, Button, Card, Col, notification, Row, Space, Table, Typography } from "antd";
|
||||
import { Alert, Button, Card, Col, Row, Space, Table, Typography } from "antd";
|
||||
import { SyncOutlined } from "@ant-design/icons";
|
||||
import axios from "axios";
|
||||
import _ from "lodash";
|
||||
@@ -13,6 +13,7 @@ import "./labor-allocations-table.styles.scss";
|
||||
import { HasFeatureAccess } from "../feature-wrapper/feature-wrapper.component";
|
||||
import UpsellComponent, { upsellEnum } from "../upsell/upsell.component";
|
||||
import LockWrapperComponent from "../lock-wrapper/lock-wrapper.component";
|
||||
import { useNotification } from "../../contexts/Notifications/notificationContext.jsx";
|
||||
|
||||
const mapStateToProps = createStructuredSelector({
|
||||
bodyshop: selectBodyshop,
|
||||
@@ -40,6 +41,7 @@ export function PayrollLaborAllocationsTable({
|
||||
},
|
||||
filteredInfo: {}
|
||||
});
|
||||
const notification = useNotification();
|
||||
|
||||
useEffect(() => {
|
||||
async function CalculateTotals() {
|
||||
|
||||
Reference in New Issue
Block a user