Vanessa 2023-03-02 18:33:03 +08:00
parent 9cede8f1a4
commit a641862f30
4 changed files with 36 additions and 4 deletions

View file

@ -63,6 +63,9 @@ export const getIconByType = (type: string, sub?: string) => {
case "NodeAudio":
iconName = "iconRecord";
break;
case "NodeAttributeView":
iconName = "iconDatabase";
break;
}
return iconName;
};