refactor(editor): Fix typecheck for design-system and chat packages (no-changelog) (#9599)
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
import N8nText from '../N8nText';
|
||||
import N8nIcon from '../N8nIcon';
|
||||
import N8nTooltip from '../N8nTooltip';
|
||||
import type { TextColor } from '@/types/text';
|
||||
import type { TextColor } from 'n8n-design-system/types/text';
|
||||
|
||||
const SIZE = ['small', 'medium'] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user