Pearl1594 commented on a change in pull request #5447:
URL: https://github.com/apache/cloudstack/pull/5447#discussion_r708100815
##########
File path: ui/src/views/dashboard/UsageDashboard.vue
##########
@@ -137,7 +137,7 @@ export default {
this.$store.watch(
(state, getters) => getters.project,
(newValue, oldValue) => {
- if (newValue && newValue.id) {
+ if (newValue && newValue !== oldValue) {
Review comment:
there is no id for default view @shwstppr
--
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]