mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #1575 from prymitive/fix-single-grid
fix(ui): always render alerts if multi-grid is disabled
This commit is contained in:
@@ -219,7 +219,7 @@ const Grid = observer(
|
||||
loadMore={this.loadMore}
|
||||
hasMore={false}
|
||||
>
|
||||
{this.gridToggle.show
|
||||
{this.gridToggle.show || grid.labelName === ""
|
||||
? grid.alertGroups
|
||||
.slice(0, this.groupsToRender.value)
|
||||
.map((group) => (
|
||||
|
||||
Reference in New Issue
Block a user