mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Refactor, missed import
This commit is contained in:
@@ -6,7 +6,7 @@ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
||||
import { ConfirmDialogComponent } from 'src/app/components/common/confirm-dialog/confirm-dialog.component';
|
||||
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class FormDirtyGuard extends DirtyCheckGuard {
|
||||
export class DirtyFormGuard extends DirtyCheckGuard {
|
||||
constructor(private modalService: NgbModal) {
|
||||
super();
|
||||
}
|
||||
|
Reference in New Issue
Block a user