Null handling missed in previous updates.
This commit is contained in:
@@ -133,7 +133,7 @@ export default function JobsAvailableComponent({
|
||||
title: t("general.labels.actions"),
|
||||
key: "actions",
|
||||
render: (text, record) => (
|
||||
<Space>
|
||||
<Space wrap>
|
||||
<Button
|
||||
onClick={() => {
|
||||
deleteJob({ variables: { id: record.id } }).then((r) => {
|
||||
|
||||
Reference in New Issue
Block a user