Skip to content

Commit b850e5d

Browse files
committed
fix: Workspace share knowledge problem
1 parent d2560c6 commit b850e5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/src/views/problem/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,9 @@ function rowClickHandle(row: any, column?: any) {
384384
if (column && column.type === 'selection') {
385385
return
386386
}
387+
if (route.path.includes('share/')) {
388+
return
389+
}
387390
if (row.paragraph_count) {
388391
currentClickId.value = row.id
389392
currentContent.value = row.content

0 commit comments

Comments
 (0)