mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: convert estimate to invoice.
This commit is contained in:
@@ -11,7 +11,7 @@ import 'style/pages/ExchangeRate/ExchangeRateDialog.scss';
|
||||
/**
|
||||
* Exchange rate form content.
|
||||
*/
|
||||
function ExchangeRateFormDialogContent({
|
||||
export default function ExchangeRateFormDialogContent({
|
||||
// #ownProp
|
||||
action,
|
||||
exchangeRateId,
|
||||
@@ -27,5 +27,3 @@ function ExchangeRateFormDialogContent({
|
||||
</ExchangeRateFormProvider>
|
||||
);
|
||||
}
|
||||
|
||||
export default compose(withExchangeRateDetail)(ExchangeRateFormDialogContent);
|
||||
|
||||
Reference in New Issue
Block a user