utchoang commented on a change in pull request #6081:
URL: https://github.com/apache/cloudstack/pull/6081#discussion_r823306359
##########
File path: ui/src/components/header/ProjectMenu.vue
##########
@@ -18,11 +18,11 @@
<template>
<span class="header-notice-opener">
<a-select
+ v-if="showProjectMenu"
Review comment:
I think just like this instead of creating a new variable
```suggestion
v-if="!isDisabled()"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]