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