fix: add card number fields to zod schemas

This commit is contained in:
Henry
2026-05-13 22:11:26 +01:00
parent 95321c1c0d
commit e26c122d76
6 changed files with 9 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ export function NewWorkspaceForm() {
description: values.description,
slug: values.slug,
plan: values.plan,
cardPrefix: values.cardPrefix,
role: "admin",
weekStartDay: 1,
});