Removing an an empty toast (#2504)
which was unintentionally introduced by my last pull request.
This commit is contained in:
@@ -570,10 +570,6 @@ export default Vue.extend({
|
||||
})
|
||||
})
|
||||
})
|
||||
}).catch((error) => {
|
||||
this.showToast({
|
||||
message: error.message
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user