mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Changes to workflow after execution should not affect logs (#14703)
This commit is contained in:
@@ -24,6 +24,7 @@ import InlineAskAssistantButton from '@n8n/design-system/components/InlineAskAss
|
||||
import { useUIStore } from '@/stores/ui.store';
|
||||
import { isCommunityPackageName } from '@/utils/nodeTypesUtils';
|
||||
import { useAIAssistantHelpers } from '@/composables/useAIAssistantHelpers';
|
||||
import { N8nIconButton } from '@n8n/design-system';
|
||||
|
||||
type Props = {
|
||||
// TODO: .node can be undefined
|
||||
@@ -459,11 +460,11 @@ async function onAskAssistantClick() {
|
||||
placement="left"
|
||||
>
|
||||
<div class="copy-button">
|
||||
<n8n-icon-button
|
||||
<N8nIconButton
|
||||
icon="copy"
|
||||
type="secondary"
|
||||
size="mini"
|
||||
text="true"
|
||||
:text="true"
|
||||
transparent-background="transparent"
|
||||
@click="copyErrorDetails"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user