diff --git a/Services/client/src/components/PageLayout.vue b/Services/client/src/components/PageLayout.vue index bfe80a5..32dec23 100644 --- a/Services/client/src/components/PageLayout.vue +++ b/Services/client/src/components/PageLayout.vue @@ -95,14 +95,14 @@ onMounted(getCabinet) flat dense class="q-mr-sm q-px-sm" - v-if="currentDept > 0 && isSearch === false" + v-if="isSearch == true || currentDept > 0" @click=" () => { - folderFormState = false - gotoParent() + isSearch + ? (isSearch = false) + : ((folderFormState = false), gotoParent()) } " - id="btnGoback" >