From 0e611fba32eca97dc884b73fc32afba374256fc3 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 3 Mar 2024 22:07:17 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=95=B0=E6=8D=AE=E5=BA=93=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/protyle/render/av/filter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/filter.ts b/app/src/protyle/render/av/filter.ts index c8c8899a6..b951a6ad9 100644 --- a/app/src/protyle/render/av/filter.ts +++ b/app/src/protyle/render/av/filter.ts @@ -504,7 +504,7 @@ export const addFilter = (options: { options.data.view.columns.forEach((column) => { let filter: IAVFilter; options.data.view.filters.find((item) => { - if (filter.column === column.id) { + if (item.column === column.id) { filter = item; return true; }