mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: typecheck
This commit is contained in:
parent
1fd69b9ecc
commit
e5fa17e111
|
@ -51,7 +51,7 @@ export const mockNode = ({
|
|||
|
||||
export const mockNodeTypeDescription = ({
|
||||
name = SET_NODE_TYPE,
|
||||
icon = 'icon',
|
||||
icon = 'fa:pen',
|
||||
version = 1,
|
||||
credentials = [],
|
||||
inputs = [NodeConnectionType.Main],
|
||||
|
|
Loading…
Reference in a new issue