This commit is contained in:
Darshan
2025-11-05 17:40:36 +05:30
parent f8fd0c24cc
commit a647fc2304
+3 -1
View File
@@ -462,7 +462,9 @@
</div>
{#if resolvedProfile.showOrgInBreadcrumbs}
<BottomSheet.Menu bind:isOpen={organisationBottomSheetOpen} menu={organizationsBottomSheet} />
<BottomSheet.Menu
bind:isOpen={organisationBottomSheetOpen}
menu={organizationsBottomSheet} />
{/if}
{#await projectsBottomSheet then menu}