Skip to content

Commit 4933164

Browse files
fix: type
1 parent 13e550a commit 4933164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/team/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const currentType = ref<String>('')
103103
const filterText = ref('')
104104
105105
const activeName = ref(TeamEnum.DATASET)
106-
const tableHeight = ref('')
106+
const tableHeight = ref<number | string>('')
107107
108108
const settingTags = reactive([
109109
{

0 commit comments

Comments
 (0)