Skip to content

Commit 4bfc202

Browse files
fix(dashboard/invoices): fixed attention being required by the frontend in create invoice form
1 parent 91f201f commit 4bfc202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/utils/validation-schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ export const createInvoiceSchema =
112112
postalCode: yup.string().required(),
113113
city: yup.string().required(),
114114
country: yup.string().required(),
115-
attention: yup.string().required(),
115+
attention: yup.string(),
116116
});

0 commit comments

Comments
 (0)