bbovenzi commented on code in PR #57897:
URL: https://github.com/apache/airflow/pull/57897#discussion_r2496133253


##########
airflow-core/src/airflow/ui/src/components/EditableMarkdownButton.tsx:
##########
@@ -22,10 +22,13 @@ import { useTranslation } from "react-i18next";
 import { PiNoteBlankLight, PiNoteLight } from "react-icons/pi";
 
 import { Button, Dialog } from "src/components/ui";
+import { ResizableWrapper } from "src/components/ui/ResizableWrapper";
 
 import EditableMarkdownArea from "./EditableMarkdownArea";
 import ActionButton from "./ui/ActionButton";
 
+const STORAGE_KEY = "airflow-markdown-dialog-size";

Review Comment:
   Its ok if it is, but we should not declare it twice.



-- 
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]

Reply via email to