Skip to content

Commit

Permalink
Merge pull request #8 from boatrainlsz/master
Browse files Browse the repository at this point in the history
修复阿里云minio启用错误问题
  • Loading branch information
wenzewoo authored Mar 30, 2022
2 parents 24047ab + 6d64835 commit 2dfade7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class MISConfigView : MISConfigurationInterfaceForm(), SearchableConfigurable, C
this.batchSetComponentEnabled(this.checkMinioEnable.isSelected, *components)
this.checkMinioEnable.addActionListener {
MISConfigService.getInstance().state?.let { state ->
state.aliyunEnabled = this.checkMinioEnable.isSelected
state.minioEnabled = this.checkMinioEnable.isSelected
}
this.batchSetComponentEnabled(this.checkMinioEnable.isSelected, *components)
}
Expand Down

0 comments on commit 2dfade7

Please sign in to comment.