Skip to content

Commit 327d34a

Browse files
committed
fix: Knowledge create permission
1 parent a39010b commit 327d34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/knowledge/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
type="primary"
5151
class="ml-8"
5252
v-hasPermission="[
53-
RoleConst.ADMIN.getWorkspaceRole,
53+
RoleConst.ADMIN,
5454
PermissionConst.KNOWLEDGE_CREATE.getWorkspacePermission,
5555
]"
5656
>

0 commit comments

Comments
 (0)