fix: confirm dialog asks user to type app name instead of generic text
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -325,8 +325,8 @@ export default function AgentHealth() {
|
||||
});
|
||||
}}
|
||||
title="Dismiss Application"
|
||||
message={`This will permanently delete "${appId}" and all associated data (${(catalogEntry?.exchangeCount ?? 0).toLocaleString()} exchanges, logs, diagrams).`}
|
||||
confirmText="This action cannot be undone."
|
||||
message={`This will permanently delete "${appId}" and all associated data (${(catalogEntry?.exchangeCount ?? 0).toLocaleString()} exchanges, logs, diagrams). This action cannot be undone.`}
|
||||
confirmText={appId}
|
||||
confirmLabel="Dismiss"
|
||||
variant="danger"
|
||||
loading={dismissApp.isPending}
|
||||
|
||||
Reference in New Issue
Block a user