Skip to content

Commit

Permalink
UI: enable project menu on mobile (#9700)
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Sep 19, 2024
1 parent e16a971 commit 50d7ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/page/GlobalHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<menu-unfold-outlined class="trigger" v-if="collapsed" @click="toggle" />
<menu-fold-outlined class="trigger" v-else @click="toggle" />
</template>
<project-menu v-if="device !== 'mobile'" />
<project-menu />
<saml-domain-switcher style="margin-left: 20px" />
<user-menu :device="device"></user-menu>
</div>
Expand All @@ -45,7 +45,7 @@
<menu-unfold-outlined class="trigger" v-else @click="toggle" />
</div>
</div>
<project-menu v-if="device !== 'mobile'" />
<project-menu />
<saml-domain-switcher style="margin-left: 20px" />
<user-menu></user-menu>
</div>
Expand Down

0 comments on commit 50d7ebf

Please sign in to comment.