mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 14:52:58 +00:00
parent
196a7c73ff
commit
c226a49af7
|
|
@ -168,7 +168,7 @@ const remoteMethod = (query: string) => {
|
|||
function getProblemOption(filterText?: string) {
|
||||
return problem
|
||||
.asyncGetProblem(
|
||||
id as string,
|
||||
props.datasetId || (id as string),
|
||||
{ current_page: 1, page_size: 100 },
|
||||
filterText && { content: filterText },
|
||||
optionLoading
|
||||
|
|
|
|||
Loading…
Reference in New Issue