mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
fix(ui): always render alerts if multi-grid is disabled
If we have multi-grid on, user toggles all grids to hide details, then disables multi-grid, then we end up with alerts hidden and no way to show them.
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