mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
refactor(editor): Fix remaining FE type check errors (no-changelog) (#9607)
Co-authored-by: Alex Grozav <alex@grozav.com>
This commit is contained in:
@@ -58,7 +58,7 @@ import {
|
||||
import { useI18n } from '@/composables/useI18n';
|
||||
import { useNodeTypesStore } from '@/stores/nodeTypes.store';
|
||||
import type { SimplifiedNodeType } from '@/Interface';
|
||||
import type { INodeTypeDescription } from 'n8n-workflow';
|
||||
import type { INodeTypeDescription, Themed } from 'n8n-workflow';
|
||||
import { NodeConnectionType } from 'n8n-workflow';
|
||||
import { useTemplatesStore } from '@/stores/templates.store';
|
||||
|
||||
@@ -74,7 +74,7 @@ export interface NodeViewItem {
|
||||
properties: {
|
||||
name?: string;
|
||||
title?: string;
|
||||
icon?: string;
|
||||
icon?: Themed<string>;
|
||||
iconProps?: {
|
||||
color?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user