Skip to content

Commit

Permalink
Merge pull request Expensify#11992 from Puneet-here/workspace-order
Browse files Browse the repository at this point in the history
Sort workspace alphabetically
  • Loading branch information
jasperhuangg authored Oct 19, 2022
2 parents d4a8b3d + 584cebf commit fbf0334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/InitialSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ class InitialSettingsPage extends React.Component {
dismissError: () => dismissWorkspaceError(policy.id, policy.pendingAction),
disabled: policy.pendingAction === CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE,
}))
.sortBy(policy => policy.title)
.value();
menuItems.push(...this.getDefaultMenuItems());

Expand Down

0 comments on commit fbf0334

Please sign in to comment.