Skip to content

Commit

Permalink
refactor: remove comment tab panel in app detail modal (#26)
Browse files Browse the repository at this point in the history
暂时移除应用详情页面的评论选项卡,讨论可见:#11

/kind improvement

```release-note
暂时移除应用详情页面的评论选项卡
```
  • Loading branch information
ruibaby authored Sep 15, 2023
1 parent 4aaa776 commit 1d2a6c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion console/src/components/AppDetailModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ watch(
<VTabItem id="releases" label="版本">
<DetailReleases :app="app" />
</VTabItem>
<VTabItem id="comment" label="讨论"> </VTabItem>
</VTabs>
</div>
</div>
Expand Down

0 comments on commit 1d2a6c3

Please sign in to comment.