Temporarily disable reset secret button
All checks were successful
Deploy to Server / deploy (push) Successful in 1m46s

This commit is contained in:
rocord01 2026-04-11 15:44:12 -06:00
parent 4b8c607015
commit c55d66d302

View file

@ -130,7 +130,7 @@ export function ActionsCard({ details }) {
</Button>
</DialogContent>
</Dialog>
<Dialog open={!!newSecret} onOpenChange={(open) => !open && setNewSecret(null)}>
/*<Dialog open={!!newSecret} onOpenChange={(open) => !open && setNewSecret(null)}>
<AlertDialog>
<AlertDialogTrigger asChild>
<Button variant="destructive" disabled={isResetting}>
@ -170,7 +170,7 @@ export function ActionsCard({ details }) {
</Button>
</div>
</DialogContent>
</Dialog>
</Dialog>*/
</CardContent>
</Card>
);