feature/IO-3497-Ant-Design-v5-to-v6 - Checkpoint (Apollo)
This commit is contained in:
@@ -2,7 +2,7 @@ import { Button, Popconfirm } from "antd";
|
||||
import { DeleteFilled } from "@ant-design/icons";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { DELETE_PARTS_ORDER_LINE } from "../../graphql/parts-orders.queries";
|
||||
import { useMutation } from "@apollo/client";
|
||||
import { useMutation } from "@apollo/client/react";
|
||||
|
||||
export default function PartsOrderDeleteLine({ disabled, partsLineId, partsOrderId }) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
Reference in New Issue
Block a user