File: app/console/env/page.tsx
Console Page: Environment Variables
Type: Improvement
Effort: Easy (< 30 min)
Problem: handleDelete is called directly from the Delete button with no confirmation; deleting secrets is destructive.
Fix: Add a confirmation step (confirm dialog or modal) before calling the API.
File: app/console/env/page.tsx
Console Page: Environment Variables
Type: Improvement
Effort: Easy (< 30 min)
Problem:
handleDeleteis called directly from the Delete button with no confirmation; deleting secrets is destructive.Fix: Add a confirmation step (confirm dialog or modal) before calling the API.