From e26d821f738525477472e631d170d9ed218c1603 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 25 Feb 2022 19:17:09 +0100 Subject: chore: combine input/textarea/select in a single component --- src/components/Settings/AckeeSelect/AckeeSelect.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/components/Settings/AckeeSelect') diff --git a/src/components/Settings/AckeeSelect/AckeeSelect.tsx b/src/components/Settings/AckeeSelect/AckeeSelect.tsx index 43110c4..e1a8ed8 100644 --- a/src/components/Settings/AckeeSelect/AckeeSelect.tsx +++ b/src/components/Settings/AckeeSelect/AckeeSelect.tsx @@ -1,4 +1,4 @@ -import { Label, Select } from '@components/Form'; +import { Field, Label } from '@components/FormElements'; import Tooltip from '@components/Tooltip/Tooltip'; import { LocalStorage } from '@services/local-storage'; import { useAckeeTracker } from '@utils/providers/ackee'; @@ -67,9 +67,10 @@ const AckeeSelect = () => { return (
-