We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb352b commit 5e1507bCopy full SHA for 5e1507b
app/composables/useForm.ts
@@ -98,7 +98,7 @@ export default function () {
98
z.enum(
99
Constants.public.Enums.date_precision,
100
t('validation.enum', {
101
- field: t(field),
+ field,
102
values: Constants.public.Enums.date_precision.join(', ')
103
})
104
),
app/pages/index.vue
@@ -51,13 +51,6 @@ import { sub } from 'date-fns'
51
52
import type { Period, Range } from '~/types'
53
54
-defineOgImageComponent('NuxtSeo', {
55
- colorMode: 'dark',
56
- description: 'Look at me in dark mode',
57
- theme: '#ff0000',
58
- title: 'Hello OG Image 👋'
59
-})
60
-
61
const { isNotificationsSlideoverOpen } = useDashboard()
62
63
const items = [[]] satisfies DropdownMenuItem[][]
0 commit comments