mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
WIP feature/breadcrumb/fix_localize
This commit is contained in:
@@ -17,7 +17,7 @@ function AccountsViewsTabs({ views }) {
|
||||
const {path} = useRouteMatch();
|
||||
|
||||
const handleClickNewView = () => {
|
||||
history.push('/dashboard/custom_views/new');
|
||||
history.push('/custom_views/new');
|
||||
};
|
||||
|
||||
const tabs = views.map((view) => {
|
||||
|
||||
Reference in New Issue
Block a user