Skip to content

Commit

Permalink
fix(dashboard): Change class name on last Droppable in a column (#28395)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtexelm authored May 10, 2024
1 parent e916698 commit b015764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class Column extends React.PureComponent {
className={cx(
'empty-droptarget',
itemIndex === columnItems.length - 1 &&
'droptarget-edge',
'droptarget-edge-last',
)}
editMode
>
Expand Down

0 comments on commit b015764

Please sign in to comment.