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 a3ad5a9d532a538d750aeb821ba52ef0c191e61b
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Tue Sep 23 08:22:22 2025 +0200

    Fix PoolBar flex values (#55957)
    
    (cherry picked from commit 3ad61d82e68699bfa205de2a9ece6d8d3b54a5a7)
---
 airflow-core/src/airflow/ui/src/components/PoolBar.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/src/components/PoolBar.tsx 
b/airflow-core/src/airflow/ui/src/components/PoolBar.tsx
index c8abc717a27..d7b68b6b560 100644
--- a/airflow-core/src/airflow/ui/src/components/PoolBar.tsx
+++ b/airflow-core/src/airflow/ui/src/components/PoolBar.tsx
@@ -55,7 +55,6 @@ export const PoolBar = ({
               alignItems="center"
               bg={`${color}.solid`}
               color={`${color}.contrast`}
-              flex={flexValue}
               gap={1}
               h="100%"
               justifyContent="center"

Reply via email to