Removing an an empty toast (#2504)

which was unintentionally introduced by my
last pull request.
This commit is contained in:
MarmadileManteater 2022-08-21 08:19:36 -04:00 committed by GitHub
parent 166fe004b2
commit 02db9483a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -570,10 +570,6 @@ export default Vue.extend({
})
})
})
}).catch((error) => {
this.showToast({
message: error.message
})
})
},