diff --git a/frontend/components/admin/ai/ContextConfigEditor.tsx b/frontend/components/admin/ai/ContextConfigEditor.tsx index 2cae14de..53adcbc6 100644 --- a/frontend/components/admin/ai/ContextConfigEditor.tsx +++ b/frontend/components/admin/ai/ContextConfigEditor.tsx @@ -78,7 +78,7 @@ export default function ContextConfigEditor({ : [] ); } catch (_err) { - // error handling silently per rules (use NestJS Logger on backend, avoid console.log on frontend) + // Error handling silently - backend logs via NestJS Logger } }; loadData();