Skip to content

Commit 730155c

Browse files
author
Glover, Rene (rg9975)
committed
resolve format build issue in SamlDomainSwitcher
1 parent 1f50e61 commit 730155c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/header/SamlDomainSwitcher.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default {
8989
return
9090
}
9191
this.samlAccounts = samlAccounts
92-
this.samlAccounts =_.orderBy(samlAccounts, ['domainPath'], ['asc'])
92+
this.samlAccounts = _.orderBy(samlAccounts, ['domainPath'], ['asc'])
9393
const currentAccount = this.samlAccounts.filter(x => {
9494
return x.userId === store.getters.userInfo.id
9595
})[0]

0 commit comments

Comments
 (0)