From b74c03173dd617097597836f5d1eb0293420f97d Mon Sep 17 00:00:00 2001 From: Gouttfi Date: Sat, 28 Feb 2026 11:26:26 +0100 Subject: [PATCH 1/2] Fixe issue #4058 --- src/components/input/FilterBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/input/FilterBar.tsx b/src/components/input/FilterBar.tsx index 5a52e5666..f0b8d3d9e 100644 --- a/src/components/input/FilterBar.tsx +++ b/src/components/input/FilterBar.tsx @@ -137,12 +137,12 @@ const FilterItem = ({ name, label, operator, value, onRemove }) => { theme="dark" > - + {label} {operator} - + {value} From d8b8ce4aeb3f6c53524e41cc9f290d2008f1d170 Mon Sep 17 00:00:00 2001 From: Gouttfi <56838707+Gouttfi@users.noreply.github.com> Date: Sat, 28 Feb 2026 11:43:12 +0100 Subject: [PATCH 2/2] Apply suggestion from @greptile-apps[bot] Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- src/components/input/FilterBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/FilterBar.tsx b/src/components/input/FilterBar.tsx index f0b8d3d9e..a971970de 100644 --- a/src/components/input/FilterBar.tsx +++ b/src/components/input/FilterBar.tsx @@ -142,7 +142,7 @@ const FilterItem = ({ name, label, operator, value, onRemove }) => { {label} {operator} - + {value}