fix: resolving inconsistency between new-york and default
This commit is contained in:
parent
d4df382661
commit
954ee8a280
|
|
@ -23,9 +23,9 @@ import {
|
||||||
import { Label } from '@/lib/registry/default/ui/label'
|
import { Label } from '@/lib/registry/default/ui/label'
|
||||||
import { Input } from '@/lib/registry/default/ui/input'
|
import { Input } from '@/lib/registry/default/ui/input'
|
||||||
|
|
||||||
const isDesktop = useMediaQuery('(min-width: 768px)')
|
|
||||||
// Reuse `form` section
|
// Reuse `form` section
|
||||||
const [UseTemplate, GridForm] = createReusableTemplate()
|
const [UseTemplate, GridForm] = createReusableTemplate()
|
||||||
|
const isDesktop = useMediaQuery('(min-width: 768px)')
|
||||||
|
|
||||||
const isOpen = ref(false)
|
const isOpen = ref(false)
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user