Skip to content

Commit

Permalink
feat: organizations dropdown title (#1531)
Browse files Browse the repository at this point in the history
Signed-off-by: Hristiyan <[email protected]>
  • Loading branch information
icoxxx authored Feb 11, 2025
1 parent 9050df9 commit 4802b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front-end/src/renderer/components/UserModeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ watch(() => user.selectedOrganization, initialize);
<i class="bi bi-chevron-down ms-3"></i>
</AppButton>
<ul class="dropdown-menu w-100 mt-3">
<li class="dropdown-header text-muted pe-none">Organizations</li>
<li
data-testid="dropdown-item-0"
data-value="personal"
Expand Down

0 comments on commit 4802b91

Please sign in to comment.