Rename menu to problematic transactions
This commit is contained in:
@ -65,8 +65,8 @@ const routes = [
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/budget/:budgetid/all-accounts",
|
||||
name: "All Accounts",
|
||||
path: "/budget/:budgetid/problematic-transactions",
|
||||
name: "Problematic Transactions",
|
||||
components: { default: AllAccounts, sidebar: BudgetSidebar },
|
||||
props: true,
|
||||
meta: { requiresAuth: true },
|
||||
|
Reference in New Issue
Block a user