From 6e2d7299616dfe33030b19cae22248f08bf0467a Mon Sep 17 00:00:00 2001 From: Siklos Date: Thu, 11 Aug 2022 14:26:41 +0200 Subject: [PATCH] Center submit button --- src/Components/Properties/Properties.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Properties/Properties.tsx b/src/Components/Properties/Properties.tsx index cf87e5b..39a6411 100644 --- a/src/Components/Properties/Properties.tsx +++ b/src/Components/Properties/Properties.tsx @@ -30,7 +30,7 @@ export const Properties: React.FC = (props: IPropertiesProps) key={props.properties.id} onSubmit={(event) => props.onSubmit(event, refs)} > - + { groupInput } ;