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

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