Skip to content

Commit

Permalink
fix(dashboard): Change class name on last Droppable in a column (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
rtexelm authored May 10, 2024
1 parent 60b90e0 commit f43ec36
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 f43ec36

Please sign in to comment.