From 469b36613bba13ab86b965deb1f581a53e2c2e05 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sun, 26 Apr 2026 14:29:59 +0200 Subject: [PATCH] fix: resolve CI type errors in TeamPage and install qrcode.react - Change Button size="small" to size="sm" (design system API) - Remove unsupported style prop from Card component - Ensure qrcode.react is properly installed Co-Authored-By: Claude Opus 4.6 (1M context) --- ui/src/pages/tenant/TeamPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/tenant/TeamPage.tsx b/ui/src/pages/tenant/TeamPage.tsx index 861c054..29394f2 100644 --- a/ui/src/pages/tenant/TeamPage.tsx +++ b/ui/src/pages/tenant/TeamPage.tsx @@ -105,7 +105,7 @@ export function TeamPage() {