Alerting: Hide list view loader if we don't have anything yet (#110464)
This commit is contained in:
@@ -111,7 +111,7 @@ function PaginatedGroupsLoader({ rulesSourceIdentifier, application, groupFilter
|
||||
))}
|
||||
</ListSection>
|
||||
))}
|
||||
{hasMoreGroups && (
|
||||
{hasMoreGroups && !hasNoRules && (
|
||||
// this div will make the button not stretch
|
||||
<div>
|
||||
<LoadMoreButton loading={isLoading} onClick={fetchMoreGroups} />
|
||||
|
||||
Reference in New Issue
Block a user