mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
fix: Invoice pdf customize
This commit is contained in:
@@ -134,8 +134,3 @@ export function BrandingTemplateForm<T extends BrandingTemplateValues>({
|
||||
export const validationSchema = Yup.object().shape({
|
||||
templateName: Yup.string().required('Template Name is required'),
|
||||
});
|
||||
|
||||
|
||||
// Initial values - companyLogoKey, companyLogoUri
|
||||
// Form - _companyLogoFile, companyLogoKey, companyLogoUri
|
||||
// Request - companyLogoKey
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
export interface BrandingTemplateValues {
|
||||
templateName: string;
|
||||
|
||||
// Company logo
|
||||
companyLogoKey?: string;
|
||||
companyLogoUri?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user