Refator/sorts dropdown (#1568)
* WIP * Fixed lint * Ok for sorts * Fixed on dropdown toggle * Fix lint
This commit is contained in:
@ -18,8 +18,6 @@ type CompanyBoardProps = Pick<
|
||||
|
||||
export const CompanyBoard = ({ ...props }: CompanyBoardProps) => {
|
||||
const { handleViewsChange, handleViewSubmit } = useBoardViews({
|
||||
availableFilters: opportunitiesBoardOptions.filters,
|
||||
availableSorts: opportunitiesBoardOptions.sorts,
|
||||
objectId: 'company',
|
||||
scopeContext: CompanyBoardRecoilScopeContext,
|
||||
fieldDefinitions: pipelineAvailableFieldDefinitions,
|
||||
|
||||
Reference in New Issue
Block a user