mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
CloudWatch: Prevent log groups from being removed on query change (#61891)
This commit is contained in:
@@ -237,6 +237,7 @@ export default class LogsCheatSheet extends PureComponent<
|
||||
region: this.props.query.region,
|
||||
id: this.props.query.refId ?? 'A',
|
||||
logGroupNames: 'logGroupNames' in this.props.query ? this.props.query.logGroupNames : [],
|
||||
logGroups: 'logGroups' in this.props.query ? this.props.query.logGroups : [],
|
||||
})
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user