mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-27 10:09: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,
|
||||
|
||||
isBootLoading,
|
||||
isNewMode,
|
||||
};
|
||||
|
||||
return <InvoiceFormContext.Provider value={provider} {...props} />;
|
||||
|
||||
Reference in New Issue
Block a user