Skip to content

Commit 11739f1

Browse files
committed
fix: set default folder_id to 'default' in getList and add scope to Lark knowledge creation
1 parent b14c870 commit 11739f1

File tree

1 file changed

+1
-1
lines changed
  • ui/src/views/shared/knowledge-shared

1 file changed

+1
-1
lines changed

ui/src/views/shared/knowledge-shared/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ const search_type_change = () => {
358358
359359
function getList() {
360360
const params = {
361-
folder_id: currentFolder.value?.id || 'root',
361+
folder_id: currentFolder.value?.id || 'default',
362362
[search_type.value]: search_form.value[search_type.value],
363363
}
364364

0 commit comments

Comments
 (0)