mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: rename dashboard routes.
This commit is contained in:
@@ -11,7 +11,7 @@ import withCurrenciesActions from 'containers/Currencies/withCurrenciesActions';
|
||||
|
||||
import { compose } from 'utils';
|
||||
|
||||
function Vendor({
|
||||
function VendorFormPage({
|
||||
// #withVendorActions
|
||||
requestFetchVendorsTable,
|
||||
requsetFetchVendor,
|
||||
@@ -65,4 +65,4 @@ function Vendor({
|
||||
);
|
||||
}
|
||||
|
||||
export default compose(withCurrenciesActions, withVendorActions)(Vendor);
|
||||
export default compose(withCurrenciesActions, withVendorActions)(VendorFormPage);
|
||||
Reference in New Issue
Block a user