This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new cb3d5b7d243 Remove unecessary eslint ignores in TriggerDAGForm (#59579)
cb3d5b7d243 is described below

commit cb3d5b7d243e88516cbea6d293fc02df99d040b7
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Thu Dec 18 05:56:08 2025 +0100

    Remove unecessary eslint ignores in TriggerDAGForm (#59579)
---
 .../src/airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx     | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/airflow-core/src/airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx 
b/airflow-core/src/airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx
index fe87cfe1f5e..cd291acb09e 100644
--- a/airflow-core/src/airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx
+++ b/airflow-core/src/airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx
@@ -198,11 +198,9 @@ const TriggerDAGForm = ({
                   )}
                 />
               </HStack>
-            ) : // eslint-disable-next-line unicorn/no-null
-            null}
+            ) : undefined}
           </Box>
-        ) : // eslint-disable-next-line unicorn/no-null
-        null}
+        ) : undefined}
         <Spacer />
         {isPaused ? (
           <>

Reply via email to