1
0
mirror of https://github.com/bitwarden/web synced 2025-12-31 23:53:13 +00:00

[fix] Add missing Create Org button to filters (#1650)

This commit is contained in:
Addison Beck
2022-05-09 21:29:18 -04:00
committed by GitHub
parent 2f04c07262
commit f8a2fae82b
2 changed files with 11 additions and 1 deletions

View File

@@ -10,6 +10,14 @@
</button>
</span>
</li>
<li class="filter-option">
<span class="filter-buttons">
<a href="#" routerLink="/settings/create-organization" class="filter-button">
<i class="bwi bwi-plus bwi-fw" aria-hidden="true"></i>
{{ "newOrganization" | i18n }}
</a>
</span>
</li>
</ul>
</ng-container>
<ng-container *ngSwitchCase="'personalOwnershipPolicy'">