mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -598,7 +598,7 @@ defineExpose({
|
||||
@refresh-field-list="initFetching(true)"
|
||||
/>
|
||||
<N8nText v-if="!showMappingModeSelect && state.loading" size="small">
|
||||
<N8nIcon icon="sync-alt" size="xsmall" :spin="true" />
|
||||
<N8nIcon icon="refresh-cw" size="xsmall" :spin="true" />
|
||||
{{
|
||||
locale.baseText('resourceMapper.fetchingFields.message', {
|
||||
interpolate: {
|
||||
@@ -639,7 +639,7 @@ defineExpose({
|
||||
<template #trailingContent>
|
||||
<N8nButton
|
||||
size="mini"
|
||||
icon="refresh"
|
||||
icon="refresh-cw"
|
||||
type="secondary"
|
||||
:loading="state.refreshInProgress"
|
||||
@click="initFetching(true)"
|
||||
|
||||
Reference in New Issue
Block a user