Skip to content

Commit 2024bc7

Browse files
committed
Hide sorting options on FE for public projects
1 parent a792beb commit 2024bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-app/packages/lib/src/modules/project/views/ProjectsListViewTemplate.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial
3232
class="w-full"
3333
/>
3434
</span>
35-
<app-menu :items="filterMenuItems" />
35+
<app-menu v-if="!onlyPublic" :items="filterMenuItems" />
3636
</div>
3737
</app-section>
3838
<app-section>

0 commit comments

Comments
 (0)