diff --git a/ui/src/Components/Grid/AlertGrid/index.js b/ui/src/Components/Grid/AlertGrid/index.js index 80305e178..6d3cd9c18 100644 --- a/ui/src/Components/Grid/AlertGrid/index.js +++ b/ui/src/Components/Grid/AlertGrid/index.js @@ -82,9 +82,7 @@ const AlertGrid = observer( ref={this.storeMasonryRef} pack={true} sizes={GridSizesConfig} - loadMore={() => { - this.loadMore(); - }} + loadMore={this.loadMore} hasMore={ this.groupsToRender.value < Object.keys(alertStore.data.groups).length