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