Alerting: Fix the unnecessary FolderCreationModal that is displayed twice (#94654)
This commit is contained in:
@@ -203,10 +203,6 @@ export function FolderAndGroup({
|
||||
)}
|
||||
</Stack>
|
||||
|
||||
{isCreatingFolder && (
|
||||
<FolderCreationModal onCreate={handleFolderCreation} onClose={() => setIsCreatingFolder(false)} />
|
||||
)}
|
||||
|
||||
<Stack alignItems="center">
|
||||
<div style={{ width: 420 }}>
|
||||
<Field
|
||||
|
||||
Reference in New Issue
Block a user