mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Specify @type arg for the image uploader in the about config area (#28460)
Specifying the type is required for the uploader to work on sites that use S3 uploads.
This commit is contained in:
@@ -102,7 +102,7 @@ export default class AdminConfigAreasAboutGeneralSettings extends Component {
|
||||
@onSet={{this.setImage}}
|
||||
as |field|
|
||||
>
|
||||
<field.Image />
|
||||
<field.Image @type="site_setting" />
|
||||
</form.Field>
|
||||
|
||||
<form.Submit
|
||||
|
||||
Reference in New Issue
Block a user