Fix profile field deletion
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
sn0w 2022-11-07 14:53:13 +01:00
parent 4d8f288bd9
commit a83c3a1fa1
Signed by untrusted user: sn0w
GPG Key ID: 52A4BAE175049057
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]