From 1943630f8a4bedf9dccfe129dab36ffdfa44040c Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sun, 26 Jul 2026 01:55:14 +0000 Subject: [PATCH] style: auto-format with black + isort + prettier --- apps/web/src/pages/products/ProductLibrary.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/web/src/pages/products/ProductLibrary.tsx b/apps/web/src/pages/products/ProductLibrary.tsx index 3dd96ee89..af70965eb 100755 --- a/apps/web/src/pages/products/ProductLibrary.tsx +++ b/apps/web/src/pages/products/ProductLibrary.tsx @@ -250,10 +250,7 @@ const ProductLibrary: React.FC = () => { value={filterProject} onChange={setFilterProject} style={{ width: 140 }} - options={[ - { value: "all", label: "全部项目" }, - ...projectOptions, - ]} + options={[{ value: "all", label: "全部项目" }, ...projectOptions]} />