Skip to content

Commit

Permalink
Merge pull request #42183 from nextcloud/fix/unified-search-prop
Browse files Browse the repository at this point in the history
fix(UnifiedSearch): Remove title prop from modal
  • Loading branch information
susnux authored Dec 13, 2023
2 parents 79c25f4 + a6360d4 commit 27cbb35
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/UnifiedSearchModal.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="unified-search__date-range"
Expand Down
4 changes: 2 additions & 2 deletions dist/core-unified-search.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 27cbb35

Please sign in to comment.