CEC-2545 Fix/can signals context (#210)
This commit is contained in:
@@ -134,14 +134,14 @@ const MainForm = ({ name }) => {
|
||||
);
|
||||
} else {
|
||||
return (
|
||||
<div>
|
||||
<span key={`delete-${action.id}-of-div`}>
|
||||
<Tooltip key={`delete-${action.id}`} title={action.tip}>
|
||||
<Link to="#" onClick={() => onDelete(action.id)}>
|
||||
{action.icon}
|
||||
</Link>
|
||||
</Tooltip>
|
||||
<DeleteConfirmation message={action.id} open={showDeleteModal} close={() => setShowDeleteModal(false)} deleteFunction={() => onDelete(action.id)} />
|
||||
</div>
|
||||
</span>
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user