mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-10 14:43:34 +01:00
Fix the new send dropdown showing premium when it should not (#12242)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
parent
b25dc6300c
commit
98702d9f50
@ -5,7 +5,7 @@
|
||||
<bit-menu #itemOptions>
|
||||
<a
|
||||
bitMenuItem
|
||||
[routerLink]="buildRouterLink(sendType.File)"
|
||||
[routerLink]="buildRouterLink(sendType.Text)"
|
||||
[queryParams]="buildQueryParams(sendType.Text)"
|
||||
>
|
||||
<i class="bwi bwi-file-text" slot="start" aria-hidden="true"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user