🐛 fix(styleUtils.ts): update the label for the 'unknown' node to 'Other' for better clarity and consistency

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-31 18:32:24 -03:00
commit 68bd9ce4da

View file

@ -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 = {