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.
- {/* Header */}
- {/* Body */}
{showWarning ? ( <> @@ -341,10 +334,6 @@ function DeletionWarningDialog({ )}
- {/* Footer — Cancel first in DOM (and tab order) so the - destructive action is never the first focusable target. - `justify-end` keeps the destructive button visually on - the trailing edge in both LTR and RTL. */}