fix: type error
This commit is contained in:
parent
7f862533d8
commit
86b2002deb
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue