From e589beea74f38c06f7a56a1b540fcf1d37c3b4b8 Mon Sep 17 00:00:00 2001 From: Keith Chong Date: Wed, 6 May 2026 15:09:57 -0400 Subject: [PATCH] fix: Account for App Resources whose CRDs haven't been installed yet Signed-off-by: Keith Chong --- .../components/application/graph/nodes/ResourceNode.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/gitops/components/application/graph/nodes/ResourceNode.tsx b/src/gitops/components/application/graph/nodes/ResourceNode.tsx index c240603f..a8b2510f 100644 --- a/src/gitops/components/application/graph/nodes/ResourceNode.tsx +++ b/src/gitops/components/application/graph/nodes/ResourceNode.tsx @@ -49,11 +49,13 @@ export const ResourceNode: React.FC