IO-1029 IO-1019 Bills, PO, an CC Fixes.

This commit is contained in:
Patrick Fic
2021-05-06 18:22:04 -07:00
parent c8a42b0a9f
commit 3543bfac16
7 changed files with 65 additions and 23 deletions

View File

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