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:
Osama Sayegh 2024-08-21 16:35:32 +03:00 committed by GitHub
parent 150f5694dc
commit b69a7ea824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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