diff --git a/src/views/detections/DetectionSearch.vue b/src/views/detections/DetectionSearch.vue index 739a96e1..885ad3a7 100644 --- a/src/views/detections/DetectionSearch.vue +++ b/src/views/detections/DetectionSearch.vue @@ -6,6 +6,7 @@ ref="search" :column-list="columnList[pageType]" :connection-list="connectionList" + :default-mode="defaultMode" class="advanced-search--show-list" :full-text="true" :show-list="showList" @@ -22,6 +23,8 @@