refactor(view access): if role [] then allow them to see it

This commit is contained in:
2025-03-19 17:59:22 -05:00
parent e597968777
commit e17b8e7bbe
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ const items = [
title: "One Click Print",
url: "/ocp",
icon: Printer,
role: ["viwer"],
role: [],
module: "ocp",
active: true,
},