Skip to content

Cannot open Mobile Sidebar from Group Overview (#1340)#1359

Open
iann460 wants to merge 2 commits intomainfrom
1353-cms-can-not-open-the-mobile-sidebar-from-group-overview
Open

Cannot open Mobile Sidebar from Group Overview (#1340)#1359
iann460 wants to merge 2 commits intomainfrom
1353-cms-can-not-open-the-mobile-sidebar-from-group-overview

Conversation

@iann460
Copy link
Collaborator

@iann460 iann460 commented Feb 27, 2026

fix #1340

@iann460 iann460 linked an issue Feb 27, 2026 that may be closed by this pull request
Comment on lines +85 to +96

const props = defineProps<{ onOpenMobileSidebar?: () => void }>();
</script>

<template>
<div>
<BasePage title="Groups" :is-full-width="true" :loading="isLoading">
<BasePage
title="Groups"
:is-full-width="true"
:loading="isLoading"
:onOpenMobileSidebar="props.onOpenMobileSidebar"
>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Understand the fix is working, but we need to understand why the bug is occuring in the first place, and why this fix is solving it. The fix looks like it does nothing, and will not be understood by a maintainer looking at the code in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CMS: Can not open the Mobile Sidebar from Group Overview

2 participants