From cb66b17faeecfd870868425e34014e23b7d3e6f9 Mon Sep 17 00:00:00 2001 From: Kirill <145558224+zycck@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:53:55 +0300 Subject: [PATCH] Update InputFormAutoAnimate.vue fix: add Toaster --- .../src/lib/registry/new-york/example/InputFormAutoAnimate.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/www/src/lib/registry/new-york/example/InputFormAutoAnimate.vue b/apps/www/src/lib/registry/new-york/example/InputFormAutoAnimate.vue index a0997996..9bc9477c 100644 --- a/apps/www/src/lib/registry/new-york/example/InputFormAutoAnimate.vue +++ b/apps/www/src/lib/registry/new-york/example/InputFormAutoAnimate.vue @@ -9,7 +9,7 @@ import { FormMessage, } from '@/lib/registry/new-york/ui/form' import { Input } from '@/lib/registry/new-york/ui/input' -import { toast } from '@/lib/registry/new-york/ui/toast' +import { toast, Toaster } from '@/lib/registry/new-york/ui/toast' import { vAutoAnimate } from '@formkit/auto-animate/vue' import { toTypedSchema } from '@vee-validate/zod' @@ -34,6 +34,7 @@ const onSubmit = handleSubmit((values) => {