- Fix bug where changing the card settings would default the orientation back to horizontal despite showing vertical mode on the toggle.

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-07-08 10:46:31 -04:00
parent 8199ab83ef
commit 4b6b4c0c63
4 changed files with 30 additions and 20 deletions

View File

@@ -124,16 +124,7 @@ const BoardContainer = ({
},
[dispatch, onDragEnd]
);
// id: PropTypes.string.isRequired,
// title: PropTypes.node,
// index: PropTypes.number,
// laneSortFunction: PropTypes.func,
// cards: PropTypes.array,
// orientation: PropTypes.string,
// isProcessing: PropTypes.bool,
// cardSettings: PropTypes.object,
// technician: PropTypes.object,
// bodyshop: PropTypes.object
return (
<PopoverWrapper>
<BoardWrapper orientation={orientation}>