From 06e826d3af1b8819cb78c2f1f768add7573b9569 Mon Sep 17 00:00:00 2001 From: Kazuho Cryer-Shinozuka Date: Thu, 24 Oct 2024 23:12:52 +0900 Subject: [PATCH] Alerting: Fix the unnecessary `FolderCreationModal` that is displayed twice (#94654) --- .../unified/components/rule-editor/FolderAndGroup.tsx | 4 ---- 1 file changed, 4 deletions(-) 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)} /> - )} -