You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
},[schema.objectName,schema.data,dataSource,schema.filters,effectivePageSize,currentSort,currentFilters,activeQuickFilters,userFilterConditions,refreshKey,searchTerm,schema.searchableFields]);// Re-fetch on filter/sort/search change
588
+
},[schema.objectName,schema.data,dataSource,schema.filters,effectivePageSize,currentSort,currentFilters,activeQuickFilters,normalizedQuickFilters,userFilterConditions,refreshKey,searchTerm,schema.searchableFields]);// Re-fetch on filter/sort/search change
587
589
588
590
// Available view types based on schema configuration
0 commit comments