diff --git a/client/src/components/production-board-kanban/production-board-kanban.component.jsx b/client/src/components/production-board-kanban/production-board-kanban.component.jsx index e048c6562..3d43c2286 100644 --- a/client/src/components/production-board-kanban/production-board-kanban.component.jsx +++ b/client/src/components/production-board-kanban/production-board-kanban.component.jsx @@ -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(); diff --git a/client/src/components/trello-board/controllers/Lane.jsx b/client/src/components/trello-board/controllers/Lane.jsx index ef39b9721..2dbb118d9 100644 --- a/client/src/components/trello-board/controllers/Lane.jsx +++ b/client/src/components/trello-board/controllers/Lane.jsx @@ -192,7 +192,7 @@ class Lane extends Component { return (