|
@@ -336,7 +336,7 @@ const delRow = async (row, index) => {
|
|
|
delMessageV2(async (action, instance, done) => {
|
|
|
if (action === 'confirm') {
|
|
|
instance.confirmButtonLoading = true
|
|
|
- removeCon(row.id, index)
|
|
|
+ await removeCon(row.id, index)
|
|
|
instance.confirmButtonLoading = false
|
|
|
done()
|
|
|
} else {
|