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.
2 parents 3414349 + 29f804d commit 5164955Copy full SHA for 5164955
ui/src/views/problem/component/RelateProblemDialog.vue
@@ -172,7 +172,7 @@ function getDocument() {
172
cloneDocumentList.value = res.data
173
documentList.value = res.data
174
currentDocument.value = cloneDocumentList.value?.length > 0 ? cloneDocumentList.value[0].id : ''
175
- getParagraphList(currentDocument.value)
+ currentDocument.value && getParagraphList(currentDocument.value)
176
})
177
}
178
0 commit comments