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.
2 parents f168423 + f0a8415 commit 5d5af8fCopy full SHA for 5d5af8f
src/pages/settings/InitialSettingsPage.js
@@ -173,6 +173,7 @@ function InitialSettingsPage(props) {
173
.filter((policy) => PolicyUtils.shouldShowPolicy(policy, props.network.isOffline))
174
.sortBy((policy) => policy.name.toLowerCase())
175
.map((policy) => ({
176
+ id: policy.id,
177
source: policy.avatar || ReportUtils.getDefaultWorkspaceAvatar(policy.name),
178
name: policy.name,
179
type: CONST.ICON_TYPE_WORKSPACE,
0 commit comments