mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Updates some Python dependencies and the hooks
This commit is contained in:
parent
2f149eac9d
commit
8aa5ecde62
17 changed files with 371 additions and 350 deletions
|
|
@ -22,7 +22,7 @@ export enum EditDialogMode {
|
|||
|
||||
@Directive()
|
||||
export abstract class EditDialogComponent<
|
||||
T extends ObjectWithPermissions | ObjectWithId
|
||||
T extends ObjectWithPermissions | ObjectWithId,
|
||||
> implements OnInit
|
||||
{
|
||||
constructor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue