diff --git a/frontend/src/components/Search.vue b/frontend/src/components/Search.vue index ffb09157..cac53173 100644 --- a/frontend/src/components/Search.vue +++ b/frontend/src/components/Search.vue @@ -29,12 +29,7 @@ -
+
Search Context: {{ getContext }}
@@ -102,7 +97,7 @@
-
+
Search Context: {{ getContext }}
@@ -299,6 +294,9 @@ export default { }, }, computed: { + isMobile() { + return state.isMobile; + }, foldersOnly() { return this.isTypeSelectDisabled; },