forked from verdnatura/salix-front
fix: refs #6900 rollback
This commit is contained in:
parent
070c9ca25f
commit
77f2a4d825
|
@ -36,7 +36,7 @@ const itemComputed = computed(() => {
|
||||||
<QItemSection>
|
<QItemSection>
|
||||||
{{ t(itemComputed.title) }}
|
{{ t(itemComputed.title) }}
|
||||||
<QTooltip>
|
<QTooltip>
|
||||||
{{ 'Ctrl + Alt + ' + item.keyBinding?.toUpperCase() }}
|
{{ 'Ctrl + Alt + ' + item.keyBinding.toUpperCase() }}
|
||||||
</QTooltip>
|
</QTooltip>
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
<QItemSection side>
|
<QItemSection side>
|
||||||
|
|
Loading…
Reference in New Issue