fix time picker not availlable

This commit is contained in:
Kuchenpirat 2025-07-29 23:38:44 +00:00
commit 55a191b454

View file

@ -16,11 +16,11 @@
:label="$t('settings.webhooks.webhook-url')" :label="$t('settings.webhooks.webhook-url')"
variant="underlined" variant="underlined"
/> />
<v-time-picker <v-text-field
v-model="scheduledTime" v-model="scheduledTime"
class="elevation-2" type="time"
ampm-in-title clearable
format="ampm" variant="underlined"
/> />
</v-card-text> </v-card-text>
<v-card-actions class="py-0 justify-end"> <v-card-actions class="py-0 justify-end">