madhushreeag commented on code in PR #41079: URL: https://github.com/apache/superset/pull/41079#discussion_r3547287615
########## superset-frontend/src/dashboard/components/DashboardGrid.tsx: ########## @@ -125,6 +125,23 @@ const GridColumnGuide = styled.div` `}; `; +const BOTTOM_RESIZE_DIRECTION = 'bottom'; Review Comment: Moved it to the shared constants.ts -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
