mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Rename StickyNote node and move to utilities category
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
import { INode, INodeOutputsValue, INodeParams } from '../../../src/Interface'
|
import { INode, INodeParams } from '../../../src/Interface'
|
||||||
|
|
||||||
class StickyNote implements INode {
|
class StickyNote implements INode {
|
||||||
label: string
|
label: string
|
||||||
@@ -18,7 +18,7 @@ class StickyNote implements INode {
|
|||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
this.type = 'StickyNote'
|
this.type = 'StickyNote'
|
||||||
this.icon = 'stickyNote.svg'
|
this.icon = 'stickyNote.svg'
|
||||||
this.category = 'Tools'
|
this.category = 'Utilities'
|
||||||
this.description = 'Add a note about a node'
|
this.description = 'Add a note about a node'
|
||||||
this.inputs = [
|
this.inputs = [
|
||||||
{
|
{
|
||||||
|
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
Reference in New Issue
Block a user