fix: json key name
This commit is contained in:
parent
d295220c4d
commit
afbb4f1cff
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default {
|
||||||
defaultValue: i18n,
|
defaultValue: i18n,
|
||||||
},
|
},
|
||||||
platform: {
|
platform: {
|
||||||
defautlValue: 'darwin',
|
defaultValue: 'darwin',
|
||||||
},
|
},
|
||||||
isFromMe: {
|
isFromMe: {
|
||||||
control: { type: 'checkbox' },
|
control: { type: 'checkbox' },
|
||||||
|
|
Loading…
Reference in a new issue