fixed remove

This commit is contained in:
AndzejsP 2023-05-30 17:15:19 +03:00
parent b82a2d2e4a
commit 6e17cfaf0b

View File

@ -720,7 +720,7 @@ export default {
this.tempList = this.list
this.isCheckbox = false
this.$refs.toast.showToast("Removed (" + deleteList.length + ") items", 4, true)
this.showConfirmation = false
console.log("Multi delete done")
},
async deleteMessage(msgId) {