Skip to content

Commit

Permalink
AB#16122 AB#16730
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefwint committed Mar 14, 2024
1 parent f60c457 commit 015758e
Show file tree
Hide file tree
Showing 29 changed files with 1,613 additions and 468 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"dependencies": {
"@headlessui/react": "^1.7.17",
"@pzh-ui/components": "^0.0.478",
"@pzh-ui/components": "^0.0.487",
"@pzh-ui/config": "^0.0.56",
"@pzh-ui/css": "^0.0.81",
"@pzh-ui/icons": "^0.0.50",
Expand All @@ -33,6 +33,7 @@
"react-helmet-async": "^2.0.4",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.22.2",
"tailwind-merge": "^2.2.1",
"uuid": "^9.0.1",
"zod": "^3.22.4",
"zod-formik-adapter": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions src/App/Routes/AppRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ const AppRoutes = () => {
element: (
<ProtectedRoute
permissions={{
canCreatePublicationTemplates: true,
canViewPublicationTemplate: true,
}}
redirectTo="/muteer">
<PublicationTemplateOverview />
Expand All @@ -405,7 +405,7 @@ const AppRoutes = () => {
element: (
<ProtectedRoute
permissions={{
canCreatePublicationTemplates: true,
canViewPublicationTemplate: true,
}}
redirectTo="/muteer">
<PublicationTemplateEdit />
Expand All @@ -417,7 +417,7 @@ const AppRoutes = () => {
element: (
<ProtectedRoute
permissions={{
canCreatePublicationTemplates: true,
canCreatePublicationTemplate: true,
}}
redirectTo="/muteer">
<PublicationTemplateCreate />
Expand Down
Loading

0 comments on commit 015758e

Please sign in to comment.