Skip to content

Commit 8aae38e

Browse files
Update ui/src/store/modules/user.js
Co-authored-by: Vishesh <[email protected]>
1 parent 232df43 commit 8aae38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/store/modules/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ const user = {
555555
commit('SET_DOMAIN_STORE', domainStore)
556556
},
557557
SetCsLatestVersion ({ commit }, rolename) {
558-
if (!config.notifyLatestCSVersion) {
558+
if (!vueProps.$config.notifyLatestCSVersion) {
559559
return
560560
}
561561
const lastFetchTs = store.getters.latestVersion?.fetchedTs ? store.getters.latestVersion.fetchedTs : 0

0 commit comments

Comments
 (0)