mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove async.
This commit is contained in:
parent
d2e017f7a9
commit
0e24ebdc50
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user