Create opportunity from board column menu (#1323)
- create opportunity from column menu
This commit is contained in:
@ -80,6 +80,7 @@ export function EntityBoardColumn({
|
||||
totalAmount={boardColumnTotal}
|
||||
isFirstColumn={column.index === 0}
|
||||
numChildren={cardIds.length}
|
||||
stageId={column.id}
|
||||
>
|
||||
<BoardColumnCardsContainer droppableProvided={droppableProvided}>
|
||||
{cardIds.map((cardId, index) => (
|
||||
|
||||
Reference in New Issue
Block a user