Skip to content

Commit

Permalink
Merge branch 'grg-0315' into 'master'
Browse files Browse the repository at this point in the history
修改:

See merge request BigFrontend/Work/lugia/lugia-web-demo!56
  • Loading branch information
zenjava authored and ysstech committed Mar 15, 2019
2 parents b048fa7 + 2ba9bbc commit 108e37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/edit-table/edittable.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ class Element extends React.Component<PropsType, StateType> {
<Td>{getPropsType(item.type,propsType) || 'Function'}</Td>
<Td>{item.args ? getEventPropsElement(getEventProps(item.args)) : getDefaultValue(item.defaultValue)}</Td>
</Tr>
);
})}
);
})}
</Table>
</React.Fragment>
);
Expand Down

0 comments on commit 108e37a

Please sign in to comment.