From f87f28b35edf49bb759969133cce4cd1293f307f Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 8 Jan 2023 03:13:03 +0100 Subject: [PATCH] Added the type field to the InputGroup.jsx --- .../LinkDialog/components/InputGroup/InputGroup.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/pages/Home/components/LinkDialog/components/InputGroup/InputGroup.jsx b/admin/src/pages/Home/components/LinkDialog/components/InputGroup/InputGroup.jsx index 2b3aa03..a5aeef4 100644 --- a/admin/src/pages/Home/components/LinkDialog/components/InputGroup/InputGroup.jsx +++ b/admin/src/pages/Home/components/LinkDialog/components/InputGroup/InputGroup.jsx @@ -8,7 +8,7 @@ export const InputGroup = (props) => {

{props.title}

{props.description}

- + ); -} \ No newline at end of file +}