fix(webapp): remove duplicated isNewMode from context

This commit is contained in:
Ahmed Bouhuolia
2026-02-27 04:46:59 +02:00
parent 7051256e60
commit 2065afe108

View File

@@ -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} />;