mirror of
https://github.com/bitwarden/web
synced 2025-12-11 05:43:16 +00:00
Fix Defects (#1683)
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
<td class="table-action-right">
|
<td class="table-action-right">
|
||||||
<div class="dropdown" appListDropdown>
|
<div class="dropdown" appListDropdown>
|
||||||
<button
|
<button
|
||||||
|
*ngIf="!sponsoringOrg.familySponsorshipToDelete"
|
||||||
class="btn btn-outline-secondary dropdown-toggle"
|
class="btn btn-outline-secondary dropdown-toggle"
|
||||||
type="button"
|
type="button"
|
||||||
id="dropdownMenuButton"
|
id="dropdownMenuButton"
|
||||||
@@ -21,7 +22,7 @@
|
|||||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton">
|
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton">
|
||||||
<button
|
<button
|
||||||
#resendEmailBtn
|
#resendEmailBtn
|
||||||
*ngIf="!isSelfHosted"
|
*ngIf="!isSelfHosted && !sponsoringOrg.familySponsorshipValidUntil"
|
||||||
[appApiAction]="resendEmailPromise"
|
[appApiAction]="resendEmailPromise"
|
||||||
class="dropdown-item btn-submit"
|
class="dropdown-item btn-submit"
|
||||||
[disabled]="resendEmailBtn.loading"
|
[disabled]="resendEmailBtn.loading"
|
||||||
|
|||||||
Reference in New Issue
Block a user