1
0
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:
Andreas Coroiu
2022-10-11 10:50:46 +02:00
committed by GitHub
parent be040080db
commit ea12ee2b10
2 changed files with 4 additions and 12 deletions

View File

@@ -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();