This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 5a4d62220ef78e10eb3a04bc2683f03f8776cda2 Author: Wei Lee <[email protected]> AuthorDate: Thu Sep 11 05:56:17 2025 +0800 fix(NeedReviewButton): link to required_actions?response_received=false instead (#55483) (cherry picked from commit bddd9633d7add53241f89aca2b3233bd7da9fa76) --- airflow-core/src/airflow/ui/src/components/NeedsReviewButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/src/components/NeedsReviewButton.tsx b/airflow-core/src/airflow/ui/src/components/NeedsReviewButton.tsx index 5e1b110fa65..646bca0bca6 100644 --- a/airflow-core/src/airflow/ui/src/components/NeedsReviewButton.tsx +++ b/airflow-core/src/airflow/ui/src/components/NeedsReviewButton.tsx @@ -51,7 +51,7 @@ export const NeedsReviewButton = ({ icon={<LuUserRoundPen />} isLoading={isLoading} label={translate("requiredAction_other")} - link="dags?needs_review=true" + link="required_actions?response_received=false" /> </Box> ) : undefined;
