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 1f50e61 commit 730155cCopy full SHA for 730155c
ui/src/components/header/SamlDomainSwitcher.vue
@@ -89,7 +89,7 @@ export default {
89
return
90
}
91
this.samlAccounts = samlAccounts
92
- this.samlAccounts =_.orderBy(samlAccounts, ['domainPath'], ['asc'])
+ this.samlAccounts = _.orderBy(samlAccounts, ['domainPath'], ['asc'])
93
const currentAccount = this.samlAccounts.filter(x => {
94
return x.userId === store.getters.userInfo.id
95
})[0]
0 commit comments