We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a256604 commit a43cb1bCopy full SHA for a43cb1b
ui/src/views/dashboard/UsageDashboard.vue
@@ -143,7 +143,9 @@ export default {
143
if (newValue && newValue.id && (!oldValue || newValue.id !== oldValue.id)) {
144
this.fetchData()
145
} else if (store.getters.userInfo.roletype !== 'Admin') {
146
- this.fetchData()
+ if (!store.getters.logoutFlag) {
147
+ this.fetchData()
148
+ }
149
}
150
151
)
0 commit comments