0
0
Fork 0

Merge branch 'test' into 6772-warmfix-fixE2e

This commit is contained in:
Jorge Penadés 2024-09-11 07:09:46 +00:00
commit 49f90801a8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const itemComputed = computed(() => {
<QItemSection>
{{ t(itemComputed.title) }}
<QTooltip>
{{ 'Ctrl + Alt + ' + item.keyBinding.toUpperCase() }}
{{ 'Ctrl + Alt + ' + item?.keyBinding?.toUpperCase() }}
</QTooltip>
</QItemSection>
<QItemSection side>