mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 04:13:36 +08:00
🐛 fix(styleUtils.ts): update the label for the 'unknown' node to 'Other' for better clarity and consistency
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user