mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[EC-558] chore: cleanup unused code (#3740)
This commit is contained in:
@@ -18,7 +18,6 @@ export class BitSubmitDirective implements OnInit, OnDestroy {
|
||||
private _disabled$ = new BehaviorSubject<boolean>(false);
|
||||
|
||||
@Input("bitSubmit") protected handler: FunctionReturningAwaitable;
|
||||
@Input("disableFormOnLoading") protected disableFormOnLoading = false;
|
||||
|
||||
readonly loading$ = this._loading$.asObservable();
|
||||
readonly disabled$ = this._disabled$.asObservable();
|
||||
|
||||
Reference in New Issue
Block a user