fix: resolving inconsistency between new-york and default

This commit is contained in:
Saeid Zareie 2024-03-04 02:44:27 +03:30
parent d4df382661
commit 954ee8a280

View File

@ -23,9 +23,9 @@ import {
import { Label } from '@/lib/registry/default/ui/label'
import { Input } from '@/lib/registry/default/ui/input'
const isDesktop = useMediaQuery('(min-width: 768px)')
// Reuse `form` section
const [UseTemplate, GridForm] = createReusableTemplate()
const isDesktop = useMediaQuery('(min-width: 768px)')
const isOpen = ref(false)
</script>