We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4933164 commit 8285ee1Copy full SHA for 8285ee1
ui/src/components/app-table/index.vue
@@ -86,7 +86,7 @@ const appTableRef = ref()
86
const loading = ref(false)
87
const showInput = ref(false)
88
const inputValue = ref('')
89
-const tableHeight = ref<any>('')
+const tableHeight = ref<number | string>('')
90
91
watch(showInput, (bool) => {
92
if (!bool) {
0 commit comments