Alerting: Fix General folder being added in alerting FolderPicker (#61277)

Fix General folder being added in alerting FolderPicker
This commit is contained in:
Sonia Aguilar 2023-01-11 15:35:47 +01:00 committed by GitHub
parent 6c6a970f56
commit f7ae909324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ export function RuleFolderPicker(props: RuleFolderPickerProps) {
return (
<FolderPicker
showRoot={false}
rootName=""
allowEmpty={true}
initialTitle={value?.title}
initialFolderUid={value?.uid}