mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Fixhancement: tag plus button should add tag to doc (#9762)
This commit is contained in:
parent
fcb7349e8e
commit
15d4ac8ba2
5 changed files with 9 additions and 8 deletions
|
|
@ -47,7 +47,7 @@ export abstract class EditDialogComponent<
|
|||
object: T
|
||||
|
||||
@Output()
|
||||
succeeded = new EventEmitter()
|
||||
succeeded = new EventEmitter<T>()
|
||||
|
||||
@Output()
|
||||
failed = new EventEmitter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue