mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -180,7 +180,7 @@ function handleCopyClick(commandData: { command: string }) {
|
||||
<n8n-icon-button
|
||||
v-if="noSelection"
|
||||
:title="i18n.baseText('runData.copyToClipboard')"
|
||||
icon="copy"
|
||||
icon="files"
|
||||
type="tertiary"
|
||||
:circle="false"
|
||||
@click="handleCopyClick({ command: 'value' })"
|
||||
@@ -189,7 +189,7 @@ function handleCopyClick(commandData: { command: string }) {
|
||||
<span class="el-dropdown-link">
|
||||
<n8n-icon-button
|
||||
:title="i18n.baseText('runData.copyToClipboard')"
|
||||
icon="copy"
|
||||
icon="files"
|
||||
type="tertiary"
|
||||
:circle="false"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user