Merge branch 'hotfix/v1.7.1'
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
import ReportPage from "@/components/dashboard/roadSafety/reports/reportPage";
|
|
||||||
import WithPermission from "@/core/middlewares/withPermission";
|
|
||||||
export const metadata = {
|
|
||||||
title: "کارتابل گزارش نگهداری حریم",
|
|
||||||
};
|
|
||||||
const Page = () => {
|
|
||||||
return (
|
|
||||||
<WithPermission
|
|
||||||
permission_name={[
|
|
||||||
"show-safety-and-privacy-operator-cartable",
|
|
||||||
"show-safety-and-privacy-operator-cartable-province",
|
|
||||||
"show-safety-and-privacy-operator-cartable-edarate-shahri",
|
|
||||||
]}
|
|
||||||
>
|
|
||||||
<ReportPage />
|
|
||||||
</WithPermission>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
export default Page;
|
|
||||||
Reference in New Issue
Block a user