Remove opportunity specific code on Kanban (#11000)
In this PR: - clean board from opportunity specific logic - remove in place creation in board - trigger creation in right drawer instead
This commit is contained in:
@ -104,7 +104,7 @@ const StyledInput = styled.input<InputProps>`
|
||||
disabled && isChecked
|
||||
? theme.adaptiveColors.blue3
|
||||
: indeterminate || isChecked
|
||||
? theme.adaptiveColors.blue3
|
||||
? theme.color.blue
|
||||
: 'transparent'};
|
||||
border-color: ${({
|
||||
theme,
|
||||
|
||||
Reference in New Issue
Block a user