Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(UnifiedSearch): Remove title prop from modal
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Dec 13, 2023
commit a4a1dc85a37dbdc10e8bcb6696ae4705dbb7d293
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