[AURORA-1060] - попраивла отображение лоадера

This commit is contained in:
Veronika Tsygankova 2026-06-05 11:17:10 +03:00
parent a47d2e58d0
commit e20461a0ff

View File

@ -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,
],
);