fix(CustomPickerElement): Remove heading

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-02-04 11:13:51 +01:00
parent b8e4ff03a4
commit eaaae2b531
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@
<template>
<div style="width: 100%">
<h2>
{{ t('bookmarks', 'Bookmarks') }}
</h2>
<NcSearch ref="picker"
:provider="{search_providers_ids: ['bookmarks'], title: t('bookmarks', 'Bookmarks')}"
@cancel="cancelSearch"