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>
|
</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>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue