mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[PM-21719] Remove Assign To Collections Modal When No Editable Collections (#15137)
* remove assign to collections option when user does not have editable collections
This commit is contained in:
@@ -788,7 +788,13 @@
|
||||
<button
|
||||
type="button"
|
||||
(click)="share()"
|
||||
*ngIf="editMode && cipher && !cipher.organizationId && !cloneMode"
|
||||
*ngIf="
|
||||
editMode &&
|
||||
cipher &&
|
||||
!cipher.organizationId &&
|
||||
!cloneMode &&
|
||||
writeableCollections.length > 0
|
||||
"
|
||||
>
|
||||
{{ "move" | i18n }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user