[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, globalFilter,
showColumnFilters, showColumnFilters,
rowSelection, rowSelection,
isLoading: isTableLoading,
}, },
initialState: { initialState: {
expanded: true expanded: true
@ -198,7 +197,6 @@ const RealtimeTable = ({ formType, formId, sheetName, direction }) => {
containerRef, containerRef,
tableMeta, tableMeta,
rowSelection, rowSelection,
isTableLoading,
], ],
); );