From c616b1473ac68bc02b35b056e6d079f483201f71 Mon Sep 17 00:00:00 2001 From: Graham Steffaniak Date: Sat, 3 Aug 2024 15:38:43 -0500 Subject: [PATCH] updated ismobile --- frontend/src/components/Search.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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; },