mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix: rename dashboard routes.
This commit is contained in:
@@ -21,7 +21,7 @@ import 'style/pages/PaymentMade/PageForm.scss'
|
||||
/**
|
||||
* Payment made - Page form.
|
||||
*/
|
||||
function PaymentMade({
|
||||
function PaymentMadeFormPage({
|
||||
//#withAccountsActions
|
||||
requestFetchAccounts,
|
||||
|
||||
@@ -119,5 +119,5 @@ export default compose(
|
||||
withPaymentMadeActions,
|
||||
withSettingsActions,
|
||||
withDashboardActions,
|
||||
)(PaymentMade);
|
||||
)(PaymentMadeFormPage);
|
||||
|
||||
Reference in New Issue
Block a user