jscheffl commented on code in PR #47180:
URL: https://github.com/apache/airflow/pull/47180#discussion_r1977571851


##########
airflow/ui/src/components/ParseDag.tsx:
##########
@@ -30,10 +31,19 @@ const ParseDag = ({ dagId, fileToken }: Props) => {
   const { isPending, mutate } = useDagParsing({ dagId });
 
   return (
-    <Button loading={isPending} onClick={() => mutate({ fileToken })} 
variant="outline">
-      <AiOutlineFileSync height={5} width={5} />
-      Reparse Dag
-    </Button>
+    <Box>

Review Comment:
   Ah, maybe because I consistenly removed the `Box` on both menu entries. Will 
give it another attempt (later).



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