fix: type error

pull/9668/head
Adam 2026-01-20 10:34:10 -06:00
parent 7f862533d8
commit 86b2002deb
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 1 deletions

View File

@ -1661,8 +1661,8 @@ export default function Layout(props: ParentProps) {
)
return (
// @ts-ignore
<div
// @ts-ignore
use:sortable
classList={{
"opacity-30": sortable.isActiveDraggable,