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 b38b571 commit 29f804dCopy full SHA for 29f804d
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