Adaverse commented on code in PR #31561: URL: https://github.com/apache/airflow/pull/31561#discussion_r1206778827
########## airflow/www/static/js/dag/Main.tsx: ########## @@ -31,11 +31,10 @@ import Grid from "./grid"; import FilterBar from "./nav/FilterBar"; import LegendRow from "./nav/LegendRow"; import useToggleGroups from "./useToggleGroups"; -import useSelection from "./useSelection"; const detailsPanelKey = "hideDetailsPanel"; const minPanelWidth = 300; -const collapsedWidth = "28px"; Review Comment: MB. Didn't notice :) Makes sense. Reverted! Update the demo sample above. -- 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]
