From af9bd44d44096630661b3b3ce6559146b02247bc Mon Sep 17 00:00:00 2001 From: Denozordec Date: Sat, 27 Jun 2026 00:51:20 +0700 Subject: [PATCH] =?UTF-8?q?fix(web):=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA?= =?UTF-8?q?=D0=B0=20=C2=AB=D0=A4=D0=B8=D0=BB=D1=8C=D1=82=D1=80=C2=BB=20?= =?UTF-8?q?=D0=B2=20=D1=82=D1=83=D0=BB=D0=B1=D0=B0=D1=80=D0=B5=20VPS=20?= =?UTF-8?q?=E2=80=94=20=D1=8F=D0=B2=D0=BD=D1=8B=D0=B9=20trigger=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20ReUI=20Filters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Без пропа trigger компонент Filters рендерил пустую кнопку, из-за чего фильтры были невидимы на странице. Co-authored-by: Cursor --- apps/web/src/components/vps-filters-toolbar.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/web/src/components/vps-filters-toolbar.tsx b/apps/web/src/components/vps-filters-toolbar.tsx index a6a6ec3..359eb90 100644 --- a/apps/web/src/components/vps-filters-toolbar.tsx +++ b/apps/web/src/components/vps-filters-toolbar.tsx @@ -12,6 +12,7 @@ import { PopoverTrigger, } from '@cfdm/ui/components/popover' import { Slider } from '@cfdm/ui/components/slider' +import { PlusIcon } from 'lucide-react' import { Filters, @@ -347,6 +348,12 @@ export function VpsFiltersToolbar({ i18n={RU_I18N} size="sm" allowMultiple={false} + trigger={ + + } />