From ec63ce3b4dc5a64da15079d3e3ec08972490e557 Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Mon, 1 May 2023 15:48:22 +0530 Subject: [PATCH] style: invite co workers theming --- apps/app/components/ui/multi-input.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/app/components/ui/multi-input.tsx b/apps/app/components/ui/multi-input.tsx index c27a900e8..e9890564d 100644 --- a/apps/app/components/ui/multi-input.tsx +++ b/apps/app/components/ui/multi-input.tsx @@ -56,7 +56,11 @@ export const MultiInput = ({ label, name, placeholder, setValue, watch }: any) = {label && }
{watch(name)?.map((tag: any, index: number) => ( - ))}