feat: raw statuses dnd
This commit is contained in:
@ -5,7 +5,7 @@ import DragHandle from "@/components/SortableDnd/DragHandle";
|
||||
import SortableItemContext from "./SortableItemContext";
|
||||
|
||||
type Props = {
|
||||
id: number;
|
||||
id: number | string;
|
||||
itemStyle?: CSSProperties;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user