From d318152dcedfe9179c07f84f39ba23d1b3546218 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 23 Jul 2024 23:21:20 +0200 Subject: [PATCH] design fix in tab forms relations tab --- src/Components/Profile/Templates/TabsForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/Profile/Templates/TabsForm.tsx b/src/Components/Profile/Templates/TabsForm.tsx index 6443a96b..75978faf 100644 --- a/src/Components/Profile/Templates/TabsForm.tsx +++ b/src/Components/Profile/Templates/TabsForm.tsx @@ -62,9 +62,9 @@ export const TabsForm = ({ item, state, setState, updatePermission, linkItem, un {item.layer?.itemType.relations && <> updateActiveTab(7)} /> -
+
-
+
{state.relations && state.relations.map(i => @@ -75,7 +75,7 @@ export const TabsForm = ({ item, state, setState, updatePermission, linkItem, un
)} - {updatePermission && linkItem(id, item, updateItem)} colorField={item.layer.itemColorField}>} + {updatePermission && linkItem(id, item, updateItem)} colorField={item.layer.itemColorField}>}