mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
@@ -1,4 +1,5 @@
|
||||
import {
|
||||
Directive,
|
||||
NgZone,
|
||||
OnInit,
|
||||
} from '@angular/core';
|
||||
@@ -17,6 +18,7 @@ import { SearchService } from '../../../abstractions/search.service';
|
||||
import { SendService } from '../../../abstractions/send.service';
|
||||
import { UserService } from '../../../abstractions/user.service';
|
||||
|
||||
@Directive()
|
||||
export class SendComponent implements OnInit {
|
||||
|
||||
disableSend = false;
|
||||
|
||||
Reference in New Issue
Block a user