We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b2b2a commit c2128eeCopy full SHA for c2128ee
1 file changed
ui/src/views/document/tag/MulAddTagDialog.vue
@@ -140,7 +140,7 @@ const optionLoading = ref<boolean>(false)
140
const FormRef = ref()
141
const dialogVisible = ref<boolean>(false)
142
const tagList = ref<Array<any>>([])
143
-const keyOptions = ref([])
+const keyOptions = ref<Array<any>>([])
144
const allKeyOptions = ref([])
145
146
const add = () => {
0 commit comments