From b65b3ce89aa63d34e247542ff3d878c706ac4120 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Thu, 14 Sep 2023 20:58:31 -0300 Subject: [PATCH] fix(EditNodeModal): update the display of the node type in the modal header to use the display name instead of the type property for better clarity and accuracy --- src/frontend/src/modals/EditNodeModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/modals/EditNodeModal/index.tsx b/src/frontend/src/modals/EditNodeModal/index.tsx index 7f2ce6676..7fa50dd98 100644 --- a/src/frontend/src/modals/EditNodeModal/index.tsx +++ b/src/frontend/src/modals/EditNodeModal/index.tsx @@ -82,7 +82,7 @@ const EditNodeModal = forwardRef( {children} - {myData.type} + {myData.node?.display_name} ID: {myData.id}