@@ -54,7 +54,7 @@ export function ProductionBoardKanbanComponent({
|
||||
|
||||
const [isMoving, setIsMoving] = useState(false);
|
||||
|
||||
const [orientation, setOrientation] = useState("vertical");
|
||||
const [orientation, setOrientation] = useState("horizontal");
|
||||
|
||||
const { t } = useTranslation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user