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
(cherry picked from commit b015764)
  • Loading branch information
rtexelm authored and michael-s-molina committed May 13, 2024
1 parent 8bf84e5 commit 4423961
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 4423961

Please sign in to comment.