Fix profile field deletion #195

Merged
floatingghost merged 1 commits from sn0w/akkoma-fe:fix-profile-field-deletion into develop 2022-11-07 14:00:44 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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]