Explorar o código

chore: set the default token quota to 1$

JustSong %!s(int64=2) %!d(string=hai) anos
pai
achega
c90c0ecef4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/src/pages/Token/EditToken.js

+ 1 - 1
web/src/pages/Token/EditToken.js

@@ -11,7 +11,7 @@ const EditToken = () => {
   const [loading, setLoading] = useState(isEdit);
   const originInputs = {
     name: '',
-    remain_quota: 0,
+    remain_quota: isEdit ? 0 : 500000,
     expired_time: -1,
     unlimited_quota: false
   };