mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
clean up impl
This commit is contained in:
parent
0316040a87
commit
30ed042361
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue