mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-21 14:06:55 +01:00
Refactor, missed import
This commit is contained in:
parent
2a7bb27a78
commit
96a572b7a6
3 changed files with 5 additions and 5 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue