add: page and access filter to tags tab
This commit is contained in:
@@ -4,7 +4,10 @@ import Tabs from "../components/Tab/Tab";
|
||||
import Taggings from "../partials/tagging/Taggings";
|
||||
import Tags from "../partials/tagging/Tags";
|
||||
|
||||
const tabItems = [{ label: "ثبت پلاک" }, { label: "پلاک ها" }];
|
||||
const tabItems = [
|
||||
{ label: "ثبت پلاک" },
|
||||
{ label: "پلاک ها", page: "tagging_detail", access: "Show-Tagging-Detail" },
|
||||
];
|
||||
|
||||
export default function Tagging() {
|
||||
const [selectedTab, setSelectedTab] = useState<number>(0);
|
||||
|
||||
Reference in New Issue
Block a user