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 232df43 commit 8aae38eCopy full SHA for 8aae38e
ui/src/store/modules/user.js
@@ -555,7 +555,7 @@ const user = {
555
commit('SET_DOMAIN_STORE', domainStore)
556
},
557
SetCsLatestVersion ({ commit }, rolename) {
558
- if (!config.notifyLatestCSVersion) {
+ if (!vueProps.$config.notifyLatestCSVersion) {
559
return
560
}
561
const lastFetchTs = store.getters.latestVersion?.fetchedTs ? store.getters.latestVersion.fetchedTs : 0
0 commit comments