Alerting: Fix editing Grafana folder via alert rule editor (#83771)

pull/83797/head
Gilles De Mey 2 years ago committed by GitHub
parent 675b7debe7
commit fc10600ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      public/app/features/alerting/unified/components/rule-editor/GrafanaEvaluationBehavior.tsx

@ -137,6 +137,7 @@ function FolderGroupAndEvaluationInterval({
<EditCloudGroupModal
namespace={existingNamespace ?? emptyNamespace}
group={existingGroup ?? emptyGroup}
folderUid={folderUid}
onClose={() => closeEditGroupModal()}
intervalEditOnly
hideFolder={true}

Loading…
Cancel
Save