forked from verdnatura/salix-front
hotFix: keyBinding toUpperCase if is null
This commit is contained in:
parent
a0eea16c35
commit
e7fb6a7963
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue