mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix(unified-search): Add missing id prop to NcHeaderButton
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
4e57136dbd
commit
65d5bf20ee
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<template>
|
||||
<div class="unified-search-menu">
|
||||
<NcHeaderButton v-show="!showLocalSearch"
|
||||
id="unified-search"
|
||||
:aria-label="t('core', 'Unified search')"
|
||||
@click="toggleUnifiedSearch">
|
||||
<template #icon>
|
||||
|
|
|
|||
Loading…
Reference in a new issue