mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
CloudWatch: Prevent log groups from being removed on query change (#61891)
This commit is contained in:
parent
d54cda62a3
commit
814e485dd3
@ -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 : [],
|
||||
})
|
||||
}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user