Skip to content

Commit e797864

Browse files
committed
fix: add missing id to keyboard shortcuts modal
1 parent 471200c commit e797864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/AppFooter.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const closeModal = () => modalRef.value?.close?.()
5252
</button>
5353

5454
<Modal
55+
id="keyboard-shortcuts-modal"
5556
ref="modalRef"
5657
:modalTitle="$t('footer.keyboard_shortcuts')"
5758
class="w-auto max-w-lg"

0 commit comments

Comments
 (0)