Fixed forms

This commit is contained in:
2025-06-26 20:10:05 +02:00
parent b60245d0a7
commit be221f3e1c
5 changed files with 21 additions and 11 deletions

View File

@@ -20,9 +20,9 @@ export function AdvancedUrlFormCard() {
resolver: zodResolver(advancedUrlSchema),
defaultValues: {
url: "",
slug: undefined,
title: undefined,
maxVisits: undefined,
slug: "",
title: "",
maxVisits: 0,
expDate: undefined,
forwardQueryParams: true,
crawlable: false