Commit 0e3a7b1a by Erik Sundell Committed by GitHub

Fix merge problem (#21574)

parent 303bbb99
......@@ -139,7 +139,7 @@ export default class CloudWatchDatasource extends DataSourceApi<CloudWatchQuery,
}
}
return period;
return period || '';
}
buildCloudwatchConsoleUrl(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment