diff --git a/packages/hoppscotch-app/components/realtime/Log.vue b/packages/hoppscotch-app/components/realtime/Log.vue index c6cd3d073..bdc06af52 100644 --- a/packages/hoppscotch-app/components/realtime/Log.vue +++ b/packages/hoppscotch-app/components/realtime/Log.vue @@ -11,7 +11,7 @@ v-tippy="{ theme: 'tooltip' }" :title="t('action.search')" svg="search" - @click.native="patternInputted = !patternInputted" + @click.native="toggleSearch = !toggleSearch" />
- + + + + +
@@ -78,6 +85,7 @@