Fix frontend type error (#27116)

This commit is contained in:
GuanMu
2025-10-20 11:27:18 +08:00
committed by GitHub
parent dc1a380888
commit 8c298b33cd
7 changed files with 22 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ import { noop } from 'lodash-es'
import { getMarketplaceUrl } from '@/utils/var'
export type ListProps = {
wrapElemRef: React.RefObject<HTMLElement>
wrapElemRef: React.RefObject<HTMLElement | null>
list: Plugin[]
searchText: string
tags: string[]