Skip to content

Commit

Permalink
fix(UnifiedSearch): Remove title prop from modal
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Dec 13, 2023
1 parent 11e27ac commit 4da5bba
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 4da5bba

Please sign in to comment.