Skip to content

Commit

Permalink
Merge pull request #42278 from nextcloud/fix/backport-28-42183
Browse files Browse the repository at this point in the history
[stable28] fix(UnifiedSearch): Drop title prop
  • Loading branch information
AndyScherzinger authored Dec 14, 2023
2 parents 02e6cf7 + e15034e commit 2e9fb54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/src/views/GlobalSearchModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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="'global-search__date-range'"
Expand Down
4 changes: 2 additions & 2 deletions dist/core-global-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-global-search.js.map

Large diffs are not rendered by default.

0 comments on commit 2e9fb54

Please sign in to comment.