mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 09:29:59 +00:00
fix: make virtualScroller optional
This commit is contained in:
parent
16632445f2
commit
a96755dd36
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import type { Paginator, WsEvents } from 'masto'
|
|||
const { paginator, stream, keyProp = 'id', virtualScroller = false } = defineProps<{
|
||||
paginator: Paginator<any, any[]>
|
||||
keyProp?: string
|
||||
virtualScroller: boolean
|
||||
virtualScroller?: boolean
|
||||
stream?: WsEvents
|
||||
}>()
|
||||
|
||||
|
|
Loading…
Reference in a new issue