Skip to content

Commit 70d6432

Browse files
committed
Disable development tab
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent 3300b90 commit 70d6432

File tree

1 file changed

+1
-3
lines changed
  • frontend/app/components/modules/project/components/shared

1 file changed

+1
-3
lines changed

frontend/app/components/modules/project/components/shared/header.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@
104104
Popularity
105105
</lfx-menu-button>
106106
<lfx-menu-button
107-
:to="{
108-
name: repoName ? LfxRoutes.REPOSITORY_DEVELOPMENT : LfxRoutes.PROJECT_DEVELOPMENT
109-
}"
107+
:disabled="true"
110108
>
111109
<lfx-icon name="code" />
112110
Development

0 commit comments

Comments
 (0)