mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:24:07 +01:00
Request history navigator
This commit is contained in:
@@ -29,6 +29,7 @@ export function RequestActionsDropdown({ requestId, children }: Props) {
|
||||
{
|
||||
label: 'Delete',
|
||||
onSelect: deleteRequest.mutate,
|
||||
variant: 'danger',
|
||||
leftSlot: <Icon icon="trash" />,
|
||||
},
|
||||
{ type: 'separator', label: 'Yaak Settings' },
|
||||
|
||||
Reference in New Issue
Block a user