mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Pre built agents experiment v2 (no-changelog) (#18842)
This commit is contained in:
@@ -14,6 +14,7 @@ export interface Props {
|
||||
title: string;
|
||||
showActionArrow?: boolean;
|
||||
isOfficial?: boolean;
|
||||
hideNodeIcon?: boolean;
|
||||
}
|
||||
|
||||
defineProps<Props>();
|
||||
@@ -35,7 +36,7 @@ const { t } = useI18n();
|
||||
}"
|
||||
v-bind="$attrs"
|
||||
>
|
||||
<div :class="$style.nodeIcon">
|
||||
<div v-if="!hideNodeIcon" :class="$style.nodeIcon">
|
||||
<slot name="icon" />
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user