We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196a7c7 commit c226a49Copy full SHA for c226a49
ui/src/views/paragraph/component/ProblemComponent.vue
@@ -168,7 +168,7 @@ const remoteMethod = (query: string) => {
168
function getProblemOption(filterText?: string) {
169
return problem
170
.asyncGetProblem(
171
- id as string,
+ props.datasetId || (id as string),
172
{ current_page: 1, page_size: 100 },
173
filterText && { content: filterText },
174
optionLoading
0 commit comments