remove async.

This commit is contained in:
elweyn 2021-12-22 12:13:23 +01:00
parent d2e017f7a9
commit 0e24ebdc50

View File

@ -214,7 +214,7 @@ export default {
}
},
methods: {
async rowToogleDetails(row, index) {
rowToogleDetails(row, index) {
if (this.openRow) {
if (this.openRow.index === row.index) {
if (index === this.slotIndex) {