mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Shared knowledge workflow back
This commit is contained in:
parent
4591d4d322
commit
85b408ecd1
|
|
@ -474,7 +474,7 @@ const go = () => {
|
|||
|
||||
const get_shared_route = () => {
|
||||
if (hasPermission([RoleConst.ADMIN, PermissionConst.SHARED_KNOWLEDGE_DOCUMENT_READ], 'OR')) {
|
||||
return `knowledge/${id}/shared/4/document`
|
||||
return `/knowledge/${id}/shared/4/document`
|
||||
} else if (
|
||||
hasPermission([RoleConst.ADMIN, PermissionConst.SHARED_KNOWLEDGE_PROBLEM_READ], 'OR')
|
||||
) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue