forked from AkkomaGang/akkoma-fe
Fix profile field deletion
This commit is contained in:
parent
4d8f288bd9
commit
a83c3a1fa1
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ const ProfileTab = {
|
|||
return false
|
||||
},
|
||||
deleteField (index, event) {
|
||||
this.$delete(this.newFields, index)
|
||||
this.newFields.splice(index, 1)
|
||||
},
|
||||
uploadFile (slot, e) {
|
||||
const file = e.target.files[0]
|
||||
|
|
Loading…
Reference in a new issue