Skip to content

Commit 8285ee1

Browse files
fix: type
1 parent 4933164 commit 8285ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/app-table/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const appTableRef = ref()
8686
const loading = ref(false)
8787
const showInput = ref(false)
8888
const inputValue = ref('')
89-
const tableHeight = ref<any>('')
89+
const tableHeight = ref<number | string>('')
9090
9191
watch(showInput, (bool) => {
9292
if (!bool) {

0 commit comments

Comments
 (0)