Skip to content

Commit

Permalink
Merge branch 'dashboardmaster' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingLin committed Feb 6, 2020
2 parents bf89089 + d7866f9 commit 7d1493b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/assets/components/New.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class Form extends React.Component {
definition:{
name: data.alias.trim(),
symbol: data.symbol.trim(),
decimals: data.decimals,
quorum: data.quorum,
decimals: Number(data.decimals),
quorum: Number(data.quorum),
reissue: data.reissue,
description: data.description
}
Expand Down

0 comments on commit 7d1493b

Please sign in to comment.