fix(web): колонка выделения в таблице агентов, корень Command в CommandDialog, RU-метки KPI и дашборда, пустой f не пишется в URL
quality / commitlint (push) Skipped
quality / changes (push) Successful in 11s
quality / docker-check (push) Skipped
quality / openapi (push) Failing after 36s
quality / web (push) Failing after 36s
quality / api (push) Failing after 36s
CD / quality (push) Failing after 2m7s
CD / publish (push) Skipped

This commit is contained in:
Denozordec
2026-09-25 02:06:29 +07:00
parent 19af67f8a3
commit 27c1ba7e23
8 changed files with 39 additions and 18 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ function CommandDialog({
)}
showCloseButton={showCloseButton}
>
{children}
{/* cmdk-компоненты требуют корень Command — без него useSyncExternalStore падает */}
<Command className="overflow-hidden">{children}</Command>
</DialogContent>
</Dialog>
)