mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Add back credential type icon (no-changelog) (#9704)
This commit is contained in:
@@ -130,7 +130,7 @@ function moveResource() {
|
||||
<template>
|
||||
<n8n-card :class="$style.cardLink" @click="onClick">
|
||||
<template #prepend>
|
||||
<CredentialIcon :credential-type-name="credentialType ? credentialType.name : ''" />
|
||||
<CredentialIcon :credential-type-name="credentialType?.name ?? ''" />
|
||||
</template>
|
||||
<template #header>
|
||||
<n8n-heading tag="h2" bold :class="$style.cardHeading">
|
||||
|
||||
Reference in New Issue
Block a user