change default bid to 0.01 lbc
This commit is contained in:
parent
437c54f164
commit
3bfdde4629
2 changed files with 2 additions and 2 deletions
2
dist/bundle.es.js
vendored
2
dist/bundle.es.js
vendored
|
@ -5624,7 +5624,7 @@ const defaultState$4 = {
|
||||||
channelId: '',
|
channelId: '',
|
||||||
name: '',
|
name: '',
|
||||||
nameError: undefined,
|
nameError: undefined,
|
||||||
bid: 0.1,
|
bid: 0.01,
|
||||||
bidError: undefined,
|
bidError: undefined,
|
||||||
licenseType: 'None',
|
licenseType: 'None',
|
||||||
otherLicenseDescription: 'All rights reserved',
|
otherLicenseDescription: 'All rights reserved',
|
||||||
|
|
|
@ -59,7 +59,7 @@ const defaultState: PublishState = {
|
||||||
channelId: '',
|
channelId: '',
|
||||||
name: '',
|
name: '',
|
||||||
nameError: undefined,
|
nameError: undefined,
|
||||||
bid: 0.1,
|
bid: 0.01,
|
||||||
bidError: undefined,
|
bidError: undefined,
|
||||||
licenseType: 'None',
|
licenseType: 'None',
|
||||||
otherLicenseDescription: 'All rights reserved',
|
otherLicenseDescription: 'All rights reserved',
|
||||||
|
|
Loading…
Reference in a new issue