- 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:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user