add: tag dist detail
This commit is contained in:
@@ -25,6 +25,7 @@ import SettingsOfUnits from "../Pages/SettingsOfUnits";
|
||||
import Tagging from "../Pages/Tagging";
|
||||
import Tags from "../Pages/Tags";
|
||||
import TagDistribtution from "../Pages/TagDistribution";
|
||||
import TagDistribtutionDetails from "../Pages/TagDistributionDetails";
|
||||
|
||||
export const managementCategoryItems = [
|
||||
{
|
||||
@@ -188,6 +189,11 @@ export const taggingCategoryItems = [
|
||||
path: R.TAG_DISTRIBUTION,
|
||||
component: TagDistribtution,
|
||||
},
|
||||
{
|
||||
name: "tag_distribution_detail",
|
||||
path: R.TAG_DISTRIBUTION_DETAIL,
|
||||
component: TagDistribtutionDetails,
|
||||
},
|
||||
];
|
||||
|
||||
export const posCategoryItems = [
|
||||
|
||||
Reference in New Issue
Block a user