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