fix(dashboard): tax regions UI polish (#12437)

This commit is contained in:
Frane Polić
2025-05-11 16:06:11 +02:00
committed by GitHub
parent fcee6003d8
commit e4d196e522
5 changed files with 39 additions and 31 deletions
@@ -1589,6 +1589,11 @@ export function getRouteMap({
}
},
children: [
{
path: "edit",
lazy: () =>
import("../../routes/tax-regions/tax-region-edit"),
},
{
path: "provinces/create",
lazy: () =>
@@ -1626,11 +1631,6 @@ export function getRouteMap({
},
],
},
{
path: "edit",
lazy: () =>
import("../../routes/tax-regions/tax-region-edit"),
},
{
path: "provinces/:province_id",
lazy: async () => {