diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..bb21b22 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Next.js: debug server-side", + "type": "node-terminal", + "request": "launch", + "command": "yarn run dev" + } + ] +} diff --git a/components/form/index.tsx b/components/form/index.tsx index 2eab50e..fe01d84 100644 --- a/components/form/index.tsx +++ b/components/form/index.tsx @@ -58,7 +58,7 @@ const Form: FC = ({ items, hint, hintDescription }) => { {items.map((item) => { return })} -
+