aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-12-13 16:23:37 +0100
committerGitHub <noreply@github.com>2023-12-13 16:23:37 +0100
commit27cbb352c6ef1e72998a3f0b9023b1acc94856c6 (patch)
tree74d57ebcace3c9a63d7d9734e9215d4723a20e57 /core
parent79c25f4cff17f49bb9d1229cb3bc478977982a42 (diff)
parenta6360d4acd1dd5331c6a25105741c5682d965829 (diff)
downloadnextcloud-server-27cbb352c6ef1e72998a3f0b9023b1acc94856c6.tar.gz
nextcloud-server-27cbb352c6ef1e72998a3f0b9023b1acc94856c6.zip
Merge pull request #42183 from nextcloud/fix/unified-search-prop
fix(UnifiedSearch): Remove title prop from modal
Diffstat (limited to 'core')
-rw-r--r--core/src/views/UnifiedSearchModal.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/views/UnifiedSearchModal.vue b/core/src/views/UnifiedSearchModal.vue
index 49a07136fe8..8d2d2820495 100644
--- a/core/src/views/UnifiedSearchModal.vue
+++ b/core/src/views/UnifiedSearchModal.vue
@@ -4,7 +4,6 @@
:name="t('core', 'Unified search')"
:show.sync="internalIsVisible"
:clear-view-delay="0"
- :title="t('Unified search')"
@close="closeModal">
<CustomDateRangeModal :is-open="showDateRangeModal"
class="unified-search__date-range"