From 44239616c1c8cceb2c82c92cd61c25f688a80dec Mon Sep 17 00:00:00 2001 From: Ross Mabbett <92495987+rtexelm@users.noreply.github.com> Date: Fri, 10 May 2024 15:13:54 -0400 Subject: [PATCH] fix(dashboard): Change class name on last Droppable in a column (#28395) (cherry picked from commit b0157649af813bbd678e3bf44a15f429865557fa) --- .../src/dashboard/components/gridComponents/Column.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/gridComponents/Column.jsx b/superset-frontend/src/dashboard/components/gridComponents/Column.jsx index 6d96bfb00c553..216e9e8e82bc4 100644 --- a/superset-frontend/src/dashboard/components/gridComponents/Column.jsx +++ b/superset-frontend/src/dashboard/components/gridComponents/Column.jsx @@ -295,7 +295,7 @@ class Column extends React.PureComponent { className={cx( 'empty-droptarget', itemIndex === columnItems.length - 1 && - 'droptarget-edge', + 'droptarget-edge-last', )} editMode >