From 82361d024d2b010f3e96cf600109741215de648c Mon Sep 17 00:00:00 2001 From: Kenso Grimm Date: Wed, 8 Apr 2026 14:45:19 +0200 Subject: [PATCH] aktions btn fix --- src/components/DefektTable.jsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/DefektTable.jsx b/src/components/DefektTable.jsx index 263a92f..90f8932 100644 --- a/src/components/DefektTable.jsx +++ b/src/components/DefektTable.jsx @@ -303,14 +303,7 @@ export default function DefektTable({ assets, onChangeStatus, onBearbeitungsStat -
{ - // #region agent log - if (el && index < 3) { const kids = el.children.length; const tags = Array.from(el.children).map(c => `${c.tagName}.${c.className?.split?.(' ')?.[0] || ''}(${c.children.length}kids)`); fetch('http://127.0.0.1:7886/ingest/990166f5-529c-4789-bcc2-9ebbe976f059',{method:'POST',headers:{'Content-Type':'application/json','X-Debug-Session-Id':'3a14a8'},body:JSON.stringify({sessionId:'3a14a8',location:'DefektTable.jsx:grid-ref',message:'Grid wrapper children',data:{assetId:a.$id,status:a.status,isInBearbeitung,childCount:kids,childTags:tags},timestamp:Date.now()})}).catch(()=>{}); } - // #endregion - }} - > +