mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-27 18:19:48 +00:00
fix(webapp): remove duplicated isNewMode from context
This commit is contained in:
@@ -180,7 +180,6 @@ function InvoiceFormProvider({ invoiceId, baseCurrency, ...props }) {
|
|||||||
isInvoiceStateLoading,
|
isInvoiceStateLoading,
|
||||||
|
|
||||||
isBootLoading,
|
isBootLoading,
|
||||||
isNewMode,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return <InvoiceFormContext.Provider value={provider} {...props} />;
|
return <InvoiceFormContext.Provider value={provider} {...props} />;
|
||||||
|
|||||||
Reference in New Issue
Block a user