Skip to content

Commit

Permalink
🐛 fix studio email node type icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zxc0328 committed Nov 25, 2019
1 parent 3e724b4 commit 5a60443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphin-studio/src/Service/Mock/nodeTypes.ts
Expand Up @@ -7,6 +7,6 @@ type NodeTypes = {
const nodeTypes: NodeTypes[] = [
{ name: '公司', nodeType: 'company' },
{ name: '手机号码', nodeType: 'phone' },
{ name: '邮箱', nodeType: 'email' },
{ name: '邮箱', nodeType: 'mail' },
];
export default nodeTypes;

0 comments on commit 5a60443

Please sign in to comment.