Fix icon not showing after upload in Edit form

This commit is contained in:
Bubka 2022-04-14 15:52:16 +02:00
parent f7e8e9db4e
commit 9ccc4b41dc
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
const { data } = await this.form.upload('/api/v1/icons', imgdata)
this.tempIcon = data;
this.tempIcon = data.filename;
},