IO-1126 Consistent edit icons.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user