From a3a41ba34bae51bf328a709d0f166f2740c0e1d9 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 10 Oct 2023 00:18:44 +0200 Subject: [PATCH] autocomplete='off' in ItemForm --- 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 a1318aab..69deea26 100644 --- a/src/Components/Map/Subcomponents/ItemFormPopup.tsx +++ b/src/Components/Map/Subcomponents/ItemFormPopup.tsx @@ -113,7 +113,7 @@ export function ItemFormPopup(props: ItemFormPopupProps) { } }} position={props.position}> -
handleSubmit(e)}> + handleSubmit(e)}> {props.item ?
:
New {props.layer.name}