mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00: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:
parent
150f5694dc
commit
b69a7ea824
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user