Alerting: Fix export button variant (#67742)

Fix export button variant
This commit is contained in:
Sonia Aguilar 2023-05-03 17:01:20 +02:00 committed by GitHub
parent cd8b6be41d
commit 8166453f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,7 @@ const RuleList = withErrorBoundary(
<Stack direction="row" gap={0.5}>
{canReadProvisioning && (
<LinkButton
variant="secondary"
href={createUrl('/api/v1/provisioning/alert-rules/export', {
download: 'true',
format: 'yaml',