### Apache Airflow version 3.0.3 ### If "Other Airflow 2 version" selected, which one? Airflow 2.x versions do not have this issue ### What happened? When `hide_paused_dags_by_default` is set to `True`, the `All` option in the drop-down menu on the UI is unresponsive. When the `Disabled` was checked, clicking on `All` just went back to `Enabled` ¯\\\_(ツ)\_/¯ https://github.com/user-attachments/assets/6f362d44-1df3-44d5-9061-90b2d830805e ### What you think should happen instead? In Airflow 2.x the behavior is correct when `hide_paused_dags_by_default` is set to `True`: * the default view is `Active` dags * the `All` tab still shows all dags both enabled and disabled. <img width="355" height="188" alt="Image" src="https://github.com/user-attachments/assets/1000cb92-eb88-4df0-9cd2-48ab374d7d33" /> ### How to reproduce 1. set `hide_paused_dags_by_default` to `True` 2. go to the UI and try to select the `All` option from the drop-down. ### Operating System LM 21.3 with docker python:3.12-slim-bookworm ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)