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 = () => {
}
};
console.log(items);
return (
<DragModal
modalProps={{
......@@ -66,7 +67,7 @@ const SortCardModal = () => {
footer: <Button onClick={onFinish}>finish</Button>,
}}
dragRef={draggleRef}
draggable={true}
draggable={false}
>
<DndContext
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