Merge pull request #130 from grafana/1199-demoalert-closes-dropdown
fix to not close the collapse component
This commit is contained in:
commit
4d98bf12e1
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ class AlertRules extends React.Component<AlertRulesProps, AlertRulesState> {
|
|||
/>
|
||||
</WithPermissionControl>
|
||||
</div>
|
||||
<div>{this.renderChannelFilterButtons(channelFilterId, index)}</div>
|
||||
<div onClick={(e) => e.stopPropagation()}>{this.renderChannelFilterButtons(channelFilterId, index)}</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue