Skip to content

Commit

Permalink
Pr@main@fix hit test (1Panel-dev#70)
Browse files Browse the repository at this point in the history
* fix: 应用命中测试报没有权限访问 1Panel-dev#65
  • Loading branch information
shaohuzhang1 authored Apr 15, 2024
1 parent 196a7c7 commit c226a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/paragraph/component/ProblemComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c226a49

Please sign in to comment.