diff --git a/artifacts/tx-os/src/pages/admin.tsx b/artifacts/tx-os/src/pages/admin.tsx index 89008c0f..4b31d66c 100644 --- a/artifacts/tx-os/src/pages/admin.tsx +++ b/artifacts/tx-os/src/pages/admin.tsx @@ -279,11 +279,6 @@ function DeletionWarningDialog({ }) { const { t } = useTranslation(); return ( - // Task #531: redesigned destructive-confirm dialog. Three clear - // regions (header with warning glyph + title, structured body - // with sub-card for impacted items + tinted "cannot be undone" - // callout, and a footer separated by a divider). All existing - // data-testid hooks are preserved so admin tests keep passing.