From 46da5b04aaf893596811dcc8498588bb3cef359c Mon Sep 17 00:00:00 2001 From: Jakub Kosmydel <104823336+kosmydel@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:05:20 +0100 Subject: [PATCH] fix types --- src/components/Form/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Form/types.ts b/src/components/Form/types.ts index ee9b10b7ab81..0f23920e82a1 100644 --- a/src/components/Form/types.ts +++ b/src/components/Form/types.ts @@ -43,6 +43,7 @@ type ValidInputs = | typeof RoomNameInput | typeof ValuePicker | typeof DatePicker + | typeof RadioButtons | typeof AmountPicker | typeof AddPlaidBankAccount;