Skip to content

Commit

Permalink
fix(a11y): Unified search headings the sequel
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Dec 14, 2023
1 parent cd32db6 commit c707857
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/views/UnifiedSearchModal.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<NcModal id="unified-search"
ref="unifiedSearchModal"
:name="t('core', 'Unified search')"
:show.sync="internalIsVisible"
:clear-view-delay="0"
@close="closeModal">
Expand All @@ -11,7 +10,9 @@
@update:is-open="showDateRangeModal = $event" />
<!-- Unified search form -->
<div ref="unifiedSearch" class="unified-search-modal">
<h1>{{ t('core', 'Unified search') }}</h1>
<h2 class="unified-search-modal__heading">
{{ t('core', 'Unified search') }}
</h2>
<NcInputField ref="searchInput"
:value.sync="searchQuery"
type="text"
Expand Down

0 comments on commit c707857

Please sign in to comment.