mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 18:13:26 +00:00
[PM-5936] Add additional null organization checks (#7707)
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
</div>
|
||||
|
||||
<div *ngIf="filter.type !== 'trash' && filter.collectionId !== Unassigned" class="tw-shrink-0">
|
||||
<div *ngIf="organization.canCreateNewCollections" appListDropdown>
|
||||
<div *ngIf="organization?.canCreateNewCollections" appListDropdown>
|
||||
<button
|
||||
bitButton
|
||||
buttonType="primary"
|
||||
@@ -108,7 +108,7 @@
|
||||
</bit-menu>
|
||||
</div>
|
||||
<button
|
||||
*ngIf="!organization.canCreateNewCollections"
|
||||
*ngIf="!organization?.canCreateNewCollections"
|
||||
type="button"
|
||||
bitButton
|
||||
buttonType="primary"
|
||||
|
||||
Reference in New Issue
Block a user