fix: type error
This commit is contained in:
@@ -1661,8 +1661,8 @@ export default function Layout(props: ParentProps) {
|
|||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
// @ts-ignore
|
|
||||||
<div
|
<div
|
||||||
|
// @ts-ignore
|
||||||
use:sortable
|
use:sortable
|
||||||
classList={{
|
classList={{
|
||||||
"opacity-30": sortable.isActiveDraggable,
|
"opacity-30": sortable.isActiveDraggable,
|
||||||
|
|||||||
Reference in New Issue
Block a user