diff --git a/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx b/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx index a8aeccbd94f..165817ccf3e 100644 --- a/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx @@ -203,10 +203,6 @@ export function FolderAndGroup({ )} - {isCreatingFolder && ( - setIsCreatingFolder(false)} /> - )} -