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