fix: typs QTableProps
This commit is contained in:
parent
97fb89281c
commit
84f702e537
1 changed files with 2 additions and 2 deletions
|
|
@ -270,9 +270,9 @@ const columnsFile: QTableProps['columns'] = [
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
const onRowClick = (evt: Event, row: TreeDataFolder, index: number) => {
|
const onRowClick = ((_evt, row) => {
|
||||||
getFolder(row.pathname)
|
getFolder(row.pathname)
|
||||||
}
|
}) satisfies QTableProps['onRowClick']
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue