clean up impl

This commit is contained in:
Mutasem 2021-08-06 12:37:06 +02:00
parent 0316040a87
commit 30ed042361
2 changed files with 2 additions and 5 deletions

View file

@ -37,8 +37,8 @@
<span class="box-card__subtitle">Data below may contain sensitive information. Proceed with caution when sharing.</span>
</div>
<div>
<div class="copy-button">
<n8n-icon-button v-if="displayCause" @click="copyCause" title="Copy to Clipboard" icon="copy" />
<div class="copy-button" v-if="displayCause">
<n8n-icon-button @click="copyCause" title="Copy to Clipboard" icon="copy" />
</div>
<vue-json-pretty
v-if="displayCause"

View file

@ -86,7 +86,6 @@
size="lg"
title="Stop waiting for Webhook call"
type="light"
:loading="stopExecutionInProgress"
@click.stop="stopWaitingForWebhook()"
/>
@ -201,8 +200,6 @@ export default mixins(
NodeCreator,
NodeSettings,
RunData,
// N8nButton,
// N8nIcon,
},
errorCaptured: (err, vm, info) => {
console.error('errorCaptured'); // eslint-disable-line no-console