mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 23:30:32 +00:00
feat: hook up the invice customize api
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import * as Yup from 'yup';
|
||||
|
||||
export const InvoiceCustomizeSchema = Yup.object().shape({
|
||||
templateName: Yup.string().required('Template Name is required'),
|
||||
});
|
||||
Reference in New Issue
Block a user