feat: duplicate request

This commit is contained in:
0xc0Der
2021-11-06 11:24:46 +00:00
committed by Andrew Bastin
parent 6d54f21c1e
commit 29aff9accc
8 changed files with 52 additions and 5 deletions

View File

@@ -94,6 +94,21 @@
$refs.options.tippy().hide()
"
/>
<SmartItem
svg="copy"
:label="$t('action.duplicate')"
@click.native="
$emit('duplicate-request', {
collectionIndex,
folderIndex,
folderName,
request,
requestIndex,
folderPath,
})
$refs.options.tippy().hide()
"
/>
<SmartItem
svg="trash-2"
color="red"