mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-23 06:38:34 +01:00
Fix icon not showing after upload in Edit form
This commit is contained in:
parent
f7e8e9db4e
commit
9ccc4b41dc
@ -230,7 +230,7 @@
|
||||
|
||||
const { data } = await this.form.upload('/api/v1/icons', imgdata)
|
||||
|
||||
this.tempIcon = data;
|
||||
this.tempIcon = data.filename;
|
||||
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user