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) => ( - ))}