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,
|
||||
},
|
||||
platform: {
|
||||
defautlValue: 'darwin',
|
||||
defaultValue: 'darwin',
|
||||
},
|
||||
isFromMe: {
|
||||
control: { type: 'checkbox' },
|
||||
|
|
Loading…
Reference in a new issue