From 1aee1f8f32575efbcae9f44df28586d475e6c3fa Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 1 Jan 2023 04:28:25 +0100 Subject: [PATCH] Added the value & default properties to the InputGroup.jsx --- .../components/LinkDialog/components/InputGroup/InputGroup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 159eda5..2b3aa03 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