web/admin: fix file path setting not saved properly (#5463)
This commit is contained in:
parent
9b879989fe
commit
da6e74a353
|
@ -239,7 +239,7 @@ export class ApplicationForm extends ModelForm<Application, string> {
|
||||||
</ak-form-element-horizontal>
|
</ak-form-element-horizontal>
|
||||||
`
|
`
|
||||||
: html``}`
|
: html``}`
|
||||||
: html`<ak-form-element-horizontal label=${t`Icon`} name="icon">
|
: html`<ak-form-element-horizontal label=${t`Icon`} name="metaIcon">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
value="${first(this.instance?.metaIcon, "")}"
|
value="${first(this.instance?.metaIcon, "")}"
|
||||||
|
|
|
@ -363,7 +363,7 @@ export class FlowForm extends ModelForm<Flow, string> {
|
||||||
</ak-form-element-horizontal>
|
</ak-form-element-horizontal>
|
||||||
`
|
`
|
||||||
: html``}`
|
: html``}`
|
||||||
: html`<ak-form-element-horizontal label=${t`Icon`} name="icon">
|
: html`<ak-form-element-horizontal label=${t`Background`} name="background">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
value="${first(this.instance?.background, "")}"
|
value="${first(this.instance?.background, "")}"
|
||||||
|
|
Reference in New Issue