fix(dashboard): Change class name on last Droppable in a column (#28395)
This commit is contained in:
parent
e91669821e
commit
b0157649af
|
|
@ -295,7 +295,7 @@ class Column extends React.PureComponent {
|
|||
className={cx(
|
||||
'empty-droptarget',
|
||||
itemIndex === columnItems.length - 1 &&
|
||||
'droptarget-edge',
|
||||
'droptarget-edge-last',
|
||||
)}
|
||||
editMode
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue