Skip to content

Commit c2128ee

Browse files
committed
fix: specify type for keyOptions in MulAddTagDialog.vue
1 parent 16b2b2a commit c2128ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/document/tag/MulAddTagDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const optionLoading = ref<boolean>(false)
140140
const FormRef = ref()
141141
const dialogVisible = ref<boolean>(false)
142142
const tagList = ref<Array<any>>([])
143-
const keyOptions = ref([])
143+
const keyOptions = ref<Array<any>>([])
144144
const allKeyOptions = ref([])
145145
146146
const add = () => {

0 commit comments

Comments
 (0)