From 30fc6aedce38f0dd286d458ea5739e29039d9bfa Mon Sep 17 00:00:00 2001 From: "Ta.run" <97682967+Tarunmeena0901@users.noreply.github.com> Date: Sat, 13 Jan 2024 01:44:01 +0530 Subject: [PATCH] fixed broken link in case of entity creation --- src/client/entity-editor/entity-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/entity-editor/entity-editor.tsx b/src/client/entity-editor/entity-editor.tsx index 2f8e631c9..317b6e32b 100644 --- a/src/client/entity-editor/entity-editor.tsx +++ b/src/client/entity-editor/entity-editor.tsx @@ -93,7 +93,7 @@ const EntityEditor = (props: Props) => {
- {heading} + {entityURL ? {heading} : heading}