Temporarily disable reset secret button
All checks were successful
Deploy to Server / deploy (push) Successful in 1m46s
All checks were successful
Deploy to Server / deploy (push) Successful in 1m46s
This commit is contained in:
parent
4b8c607015
commit
c55d66d302
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue