fix(dashboard): tax regions UI polish (#12437)
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user