From 0ebe5fb01bfc24e805dcd9e87d55ed94a8158db6 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 29 Jul 2024 19:03:52 +0200 Subject: [PATCH] adjust small item heading --- src/Components/Map/Subcomponents/ItemFormPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Map/Subcomponents/ItemFormPopup.tsx b/src/Components/Map/Subcomponents/ItemFormPopup.tsx index 5d266ec9..99d9b90a 100644 --- a/src/Components/Map/Subcomponents/ItemFormPopup.tsx +++ b/src/Components/Map/Subcomponents/ItemFormPopup.tsx @@ -129,7 +129,7 @@ export function ItemFormPopup(props: ItemFormPopupProps) {
handleSubmit(e)}> {props.item ?
: -
{ popupTitle? popupTitle : `New ${props.layer.name}`}
+
{ props.layer.menuText}
} {props.children ?