From 7ff1051d3c41ff58d082903b139bed4385918fe0 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Wed, 21 Aug 2024 16:49:29 -0400 Subject: [PATCH] - Checkpoint Signed-off-by: Dave Richer --- .../production-list-config-manager.component.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/production-list-table/production-list-config-manager.component.jsx b/client/src/components/production-list-table/production-list-config-manager.component.jsx index 973d8d925..b34fb92d7 100644 --- a/client/src/components/production-list-table/production-list-config-manager.component.jsx +++ b/client/src/components/production-list-table/production-list-config-manager.component.jsx @@ -484,6 +484,7 @@ export function ProductionListConfigManager({ placement="right" title={t("general.labels.areyousure")} onConfirm={() => handleTrash(config.name)} + onCancel={(e) => e.stopPropagation()} > e.stopPropagation()} />