From e20461a0ff872235102d73a5366239d0fff09227 Mon Sep 17 00:00:00 2001 From: Veronika Tsygankova Date: Fri, 5 Jun 2026 11:17:10 +0300 Subject: [PATCH] =?UTF-8?q?[AURORA-1060]=20-=20=D0=BF=D0=BE=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B8=D0=B2=D0=BB=D0=B0=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BB=D0=BE=D0=B0=D0=B4?= =?UTF-8?q?=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/RealtimeTable/RealtimeTable.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/components/RealtimeTable/RealtimeTable.jsx b/web/src/components/RealtimeTable/RealtimeTable.jsx index 884aa77..654b88a 100644 --- a/web/src/components/RealtimeTable/RealtimeTable.jsx +++ b/web/src/components/RealtimeTable/RealtimeTable.jsx @@ -151,7 +151,6 @@ const RealtimeTable = ({ formType, formId, sheetName, direction }) => { globalFilter, showColumnFilters, rowSelection, - isLoading: isTableLoading, }, initialState: { expanded: true @@ -198,7 +197,6 @@ const RealtimeTable = ({ formType, formId, sheetName, direction }) => { containerRef, tableMeta, rowSelection, - isTableLoading, ], );