Commit 38e4fcfc authored by Chunchi Che's avatar Chunchi Che

fix small

parent c7c55b09
Pipeline #21052 passed with stages
in 21 minutes and 38 seconds
...@@ -57,6 +57,7 @@ const SortCardModal = () => { ...@@ -57,6 +57,7 @@ const SortCardModal = () => {
} }
}; };
console.log(items);
return ( return (
<DragModal <DragModal
modalProps={{ modalProps={{
...@@ -66,7 +67,7 @@ const SortCardModal = () => { ...@@ -66,7 +67,7 @@ const SortCardModal = () => {
footer: <Button onClick={onFinish}>finish</Button>, footer: <Button onClick={onFinish}>finish</Button>,
}} }}
dragRef={draggleRef} dragRef={draggleRef}
draggable={true} draggable={false}
> >
<DndContext <DndContext
sensors={sensors} sensors={sensors}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment