hide new opportunity picker (#2702)
This commit is contained in:
@ -2,12 +2,7 @@ import { useCallback, useContext, useRef, useState } from 'react';
|
|||||||
import styled from '@emotion/styled';
|
import styled from '@emotion/styled';
|
||||||
import { Key } from 'ts-key-enum';
|
import { Key } from 'ts-key-enum';
|
||||||
|
|
||||||
import {
|
import { IconArrowLeft, IconArrowRight, IconPencil } from '@/ui/display/icon';
|
||||||
IconArrowLeft,
|
|
||||||
IconArrowRight,
|
|
||||||
IconPencil,
|
|
||||||
IconPlus,
|
|
||||||
} from '@/ui/display/icon';
|
|
||||||
import { useSnackBar } from '@/ui/feedback/snack-bar-manager/hooks/useSnackBar';
|
import { useSnackBar } from '@/ui/feedback/snack-bar-manager/hooks/useSnackBar';
|
||||||
import { relationPickerSearchFilterScopedState } from '@/ui/input/relation-picker/states/relationPickerSearchFilterScopedState';
|
import { relationPickerSearchFilterScopedState } from '@/ui/input/relation-picker/states/relationPickerSearchFilterScopedState';
|
||||||
import { EntityForSelect } from '@/ui/input/relation-picker/types/EntityForSelect';
|
import { EntityForSelect } from '@/ui/input/relation-picker/types/EntityForSelect';
|
||||||
@ -152,11 +147,11 @@ export const RecordBoardColumnDropdownMenu = ({
|
|||||||
onClick={handleColumnMoveRight}
|
onClick={handleColumnMoveRight}
|
||||||
text="Move right"
|
text="Move right"
|
||||||
/>
|
/>
|
||||||
<MenuItem
|
{/* <MenuItem
|
||||||
onClick={() => setMenu('add')}
|
onClick={() => setMenu('add')}
|
||||||
LeftIcon={IconPlus}
|
LeftIcon={IconPlus}
|
||||||
text="New opportunity"
|
text="New opportunity"
|
||||||
/>
|
/> */}
|
||||||
</DropdownMenuItemsContainer>
|
</DropdownMenuItemsContainer>
|
||||||
)}
|
)}
|
||||||
{currentMenu === 'title' && (
|
{currentMenu === 'title' && (
|
||||||
|
|||||||
Reference in New Issue
Block a user