mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
skeleton user / group admin dialogs [WIP]
This commit is contained in:
parent
bf28a512c6
commit
c7b46ac861
21 changed files with 515 additions and 34 deletions
|
|
@ -14,8 +14,7 @@ export abstract class EditDialogComponent<T extends ObjectWithId>
|
|||
{
|
||||
constructor(
|
||||
private service: AbstractPaperlessService<T>,
|
||||
private activeModal: NgbActiveModal,
|
||||
private toastService: ToastService
|
||||
private activeModal: NgbActiveModal
|
||||
) {}
|
||||
|
||||
@Input()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue