Skip to content

Commit 47afc7f

Browse files
committed
fix: add test ts-error
1 parent 2ebf8c9 commit 47afc7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/components/ResourceListTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ watch(() => props.page, (newPage) => {
472472
473473
const rowRefs = useTemplateRef<HTMLElement[]>('rowRefs');
474474
const headerRefs = useTemplateRef<HTMLElement[]>('headerRefs');
475-
const rowHeights = ref<number[]>([]);
475+
const rowHeights = ref<string[]>([]);
476476
const columnWidths = ref<number[]>([]);
477477
watch(() => props.rows, (newRows) => {
478478
// rows are set to null when new records are loading

0 commit comments

Comments
 (0)