From e612199c68e392f1fe8b65fcd5937988b53dbb1d Mon Sep 17 00:00:00 2001 From: Remington Breeze Date: Fri, 23 Aug 2024 17:02:39 -0700 Subject: [PATCH] fix(ui): extension can crash outside of error boundary (#19667) Signed-off-by: Remington Breeze --- .../components/resource-details/resource-details.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/applications/components/resource-details/resource-details.tsx b/ui/src/app/applications/components/resource-details/resource-details.tsx index 8a5d1aef554bc..7b973f89fc8c9 100644 --- a/ui/src/app/applications/components/resource-details/resource-details.tsx +++ b/ui/src/app/applications/components/resource-details/resource-details.tsx @@ -149,7 +149,7 @@ export const ResourceDetails = (props: ResourceDetailsProps) => { title: tabExtensions.title, key: `extension-${i}`, content: ( - + ),