fix: type error

This commit is contained in:
Adam
2026-01-20 10:34:10 -06:00
parent 7f862533d8
commit 86b2002deb

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,