Fix column stage creation removed
This commit is contained in:
@ -31,6 +31,7 @@ export const CompanyBoard = ({ ...props }: CompanyBoardProps) => {
|
|||||||
defaultViewName="All opportunities"
|
defaultViewName="All opportunities"
|
||||||
onViewsChange={handleViewsChange}
|
onViewsChange={handleViewsChange}
|
||||||
onViewSubmit={handleViewSubmit}
|
onViewSubmit={handleViewSubmit}
|
||||||
|
onColumnAdd={props.onColumnAdd}
|
||||||
scopeContext={CompanyBoardRecoilScopeContext}
|
scopeContext={CompanyBoardRecoilScopeContext}
|
||||||
onEditColumnTitle={props.onEditColumnTitle}
|
onEditColumnTitle={props.onEditColumnTitle}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user