Alerting: Fix the unnecessary FolderCreationModal that is displayed twice (#94654)

This commit is contained in:
Kazuho Cryer-Shinozuka
2024-10-24 16:12:52 +02:00
committed by GitHub
parent d0d0d86880
commit 06e826d3af
@@ -203,10 +203,6 @@ export function FolderAndGroup({
)}
</Stack>
{isCreatingFolder && (
<FolderCreationModal onCreate={handleFolderCreation} onClose={() => setIsCreatingFolder(false)} />
)}
<Stack alignItems="center">
<div style={{ width: 420 }}>
<Field