Skip to content

feat(ui): add confirmation dialog before deleting incident enrichments - #6741

Open
Prabal864 wants to merge 1 commit into
keephq:mainfrom
Prabal864:feat-6675-enrichment-delete-confirmation
Open

feat(ui): add confirmation dialog before deleting incident enrichments#6741
Prabal864 wants to merge 1 commit into
keephq:mainfrom
Prabal864:feat-6675-enrichment-delete-confirmation

Conversation

@Prabal864

Copy link
Copy Markdown
Contributor

What

Fixes #6675.

Previously, clicking the un-enrich (trash icon) button in an incident's enrichment field directly triggered deletion without confirmation, risking accidental data loss.

Fix

  • Added a confirmation modal (using Keep's standard Modal component) in EnrichmentEditableField.
  • Clicking the trash button opens the modal asking for confirmation before deleting the enrichment.
  • Provided Cancel and destructive Delete action buttons.

Checklist

  • I have read the Contributing Guide
  • Tested locally in UI
  • Code follows styling and UI patterns

@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. Feature A new feature UI User interface related issues labels Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature A new feature size:M This PR changes 30-99 lines, ignoring generated files. UI User interface related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[➕ Feature]: Add confirmation dialog before deleting incident enrichments

1 participant