pull/4649/head
Tuğçe Küçükoğlu 2023-10-17 18:23:16 +03:00
parent 44081515b4
commit 52d7d11235
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ export default {
item: this.item,
index: this.index,
focused: this.isItemFocused(),
disabled: this.isItemDisabled(processedItem)
disabled: this.disabled()
}
});
},

View File

@ -104,7 +104,7 @@ export default {
index,
active: this.isItemActive(item),
focused: this.isItemFocused(item),
disabled: this.isItemDisabled(processedItem)
disabled: this.isItemDisabled(item)
}
});
},