Skip to content

Commit

Permalink
fix: formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Oct 28, 2023
1 parent 3f50e98 commit 5215234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodemirrorEditor/UploadImgDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export default {
this.formTxCOS = JSON.parse(localStorage.getItem(`txCOSConfig`))
}
if (localStorage.getItem(`qiniuConfig`)) {
this.formQiniu= JSON.parse(localStorage.getItem(`qiniuConfig`))
this.formQiniu = JSON.parse(localStorage.getItem(`qiniuConfig`))
}
if (localStorage.getItem(`minioConfig`)) {
this.minioOSS = JSON.parse(localStorage.getItem(`minioConfig`))
Expand Down

0 comments on commit 5215234

Please sign in to comment.