🐛 fix(styleUtils.ts): update the label for the 'unknown' node to 'Other' for better clarity and consistency
This commit is contained in:
parent
1fa00fcf8f
commit
68bd9ce4da
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ export const nodeNames: { [char: string]: string } = {
|
|||
utilities: "Utilities",
|
||||
output_parsers: "Output Parsers",
|
||||
custom_components: "Custom",
|
||||
unknown: "Unknown",
|
||||
unknown: "Other",
|
||||
};
|
||||
|
||||
export const nodeIconsLucide = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue