fix: correct node CATEGORY typo Datasete -> Dataset Gates
Menu category on all nodes now reads 'Dataset Gates', matching the repo name. Internal identifiers (routes, socket events, extension ids) left unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {}
|
||||
|
||||
|
||||
class Sidecar:
|
||||
CATEGORY = "Datasete Gates"
|
||||
CATEGORY = "Dataset Gates"
|
||||
FUNCTION = "run"
|
||||
RETURN_TYPES = ("SIDECAR",)
|
||||
RETURN_NAMES = ("sidecar",)
|
||||
@@ -34,7 +34,7 @@ class Sidecar:
|
||||
|
||||
|
||||
class SaveImageSidecars:
|
||||
CATEGORY = "Datasete Gates"
|
||||
CATEGORY = "Dataset Gates"
|
||||
FUNCTION = "save"
|
||||
RETURN_TYPES = ()
|
||||
OUTPUT_NODE = True
|
||||
|
||||
Reference in New Issue
Block a user