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

This commit is contained in:
Gilles De Mey 2024-03-01 18:08:42 +01:00 committed by GitHub
parent 675b7debe7
commit fc10600ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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