IO-1126 Consistent edit icons.

This commit is contained in:
Patrick Fic
2021-06-09 10:38:50 -07:00
parent 7a8e8de724
commit 7745848961
4 changed files with 9 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ import {
FilterFilled,
SyncOutlined,
WarningFilled,
EditFilled,
} from "@ant-design/icons";
import { useMutation } from "@apollo/client";
import {
@@ -286,7 +287,7 @@ export function JobLinesComponent({
});
}}
>
{t("general.actions.edit")}
<EditFilled />
</Button>
<Button
disabled={jobRO}