IO-1029 IO-1019 Bills, PO, an CC Fixes.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { DeleteFilled } from "@ant-design/icons";
|
||||
import { useMutation } from "@apollo/client";
|
||||
import { Button, notification, Popconfirm } from "antd";
|
||||
import React, { useState } from "react";
|
||||
@@ -57,7 +58,7 @@ export default function BillDeleteButton({ bill }) {
|
||||
// onClick={handleDelete}
|
||||
loading={loading}
|
||||
>
|
||||
{t("general.actions.delete")}
|
||||
<DeleteFilled />
|
||||
</Button>
|
||||
</Popconfirm>
|
||||
</RbacWrapper>
|
||||
|
||||
Reference in New Issue
Block a user