From 7281197838986467880d88d265de5c003efc8b6b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 15 Jan 2021 10:03:33 +0100 Subject: register werks --- src/components/ui.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/components/ui.tsx') diff --git a/src/components/ui.tsx b/src/components/ui.tsx index 29f77ff..c2ce35e 100644 --- a/src/components/ui.tsx +++ b/src/components/ui.tsx @@ -57,9 +57,10 @@ export function Button(props: { export function Input(props: { label?: string, style?: CSSProperties, - type?: string + type?: string, + id?: string }) { - return