@@ -484,6 +484,7 @@ export function ProductionListConfigManager({
|
|||||||
placement="right"
|
placement="right"
|
||||||
title={t("general.labels.areyousure")}
|
title={t("general.labels.areyousure")}
|
||||||
onConfirm={() => handleTrash(config.name)}
|
onConfirm={() => handleTrash(config.name)}
|
||||||
|
onCancel={(e) => e.stopPropagation()}
|
||||||
>
|
>
|
||||||
<DeleteOutlined onClick={(e) => e.stopPropagation()} />
|
<DeleteOutlined onClick={(e) => e.stopPropagation()} />
|
||||||
</Popconfirm>
|
</Popconfirm>
|
||||||
|
|||||||
Reference in New Issue
Block a user