Fix profile field deletion #195

Merged
floatingghost merged 1 commit from sn0w/akkoma-fe:fix-profile-field-deletion into develop 2022-11-07 14:00:44 +00:00
Showing only changes of commit a83c3a1fa1 - Show all commits

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]