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>
|
<span class="box-card__subtitle">Data below may contain sensitive information. Proceed with caution when sharing.</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="copy-button">
|
<div class="copy-button" v-if="displayCause">
|
||||||
<n8n-icon-button v-if="displayCause" @click="copyCause" title="Copy to Clipboard" icon="copy" />
|
<n8n-icon-button @click="copyCause" title="Copy to Clipboard" icon="copy" />
|
||||||
</div>
|
</div>
|
||||||
<vue-json-pretty
|
<vue-json-pretty
|
||||||
v-if="displayCause"
|
v-if="displayCause"
|
||||||
|
|
|
@ -86,7 +86,6 @@
|
||||||
size="lg"
|
size="lg"
|
||||||
title="Stop waiting for Webhook call"
|
title="Stop waiting for Webhook call"
|
||||||
type="light"
|
type="light"
|
||||||
:loading="stopExecutionInProgress"
|
|
||||||
@click.stop="stopWaitingForWebhook()"
|
@click.stop="stopWaitingForWebhook()"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -201,8 +200,6 @@ export default mixins(
|
||||||
NodeCreator,
|
NodeCreator,
|
||||||
NodeSettings,
|
NodeSettings,
|
||||||
RunData,
|
RunData,
|
||||||
// N8nButton,
|
|
||||||
// N8nIcon,
|
|
||||||
},
|
},
|
||||||
errorCaptured: (err, vm, info) => {
|
errorCaptured: (err, vm, info) => {
|
||||||
console.error('errorCaptured'); // eslint-disable-line no-console
|
console.error('errorCaptured'); // eslint-disable-line no-console
|
||||||
|
|
Loading…
Reference in a new issue