Skip to content

Commit

Permalink
fix(dashboard/invoices): fixed attention being required by the fronte…
Browse files Browse the repository at this point in the history
…nd in create invoice form
  • Loading branch information
CodeNamedRobin committed Aug 26, 2024
1 parent 02f685f commit e1fac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/utils/validation-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ export const createInvoiceSchema =
postalCode: yup.string().required(),
city: yup.string().required(),
country: yup.string().required(),
attention: yup.string().required(),
attention: yup.string(),
});

0 comments on commit e1fac3d

Please sign in to comment.