OSDN Git Service

change the init value for the asset definition.
[bytom/bytom-electron.git] / src / features / assets / components / New.jsx
index 66c8d96..dc19c71 100644 (file)
@@ -79,7 +79,7 @@ export default BaseNew.connect(
     fields,
     validate,
     initialValues: {
-      definition: '{\n\t\n}',
+      definition: '{\n  "name": "", \n  "symobol": "",\n  "decimals": 8,\n  "description": {}\n}',
       quorum: 1,
     }
   })(Form)