mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
feat(menu): add Privacy Policy and Terms of Service options to the application menu
This commit is contained in:
parent
79378db7c8
commit
74fff64779
2 changed files with 31 additions and 10 deletions
|
|
@ -474,8 +474,10 @@ export function AgentPermissionsContent() {
|
|||
handleConfirmDelete();
|
||||
}}
|
||||
disabled={deleteMutation.isPending}
|
||||
className="relative min-w-[88px]"
|
||||
>
|
||||
{deleteMutation.isPending ? "Deleting…" : "Delete"}
|
||||
<span className={deleteMutation.isPending ? "opacity-0" : ""}>Delete</span>
|
||||
{deleteMutation.isPending && <Spinner size="sm" className="absolute" />}
|
||||
</AlertDialogAction>
|
||||
</AlertDialogFooter>
|
||||
</AlertDialogContent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue