mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Automatically remove suggestions after add
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
[loading]="suggestionsLoading"
|
||||
[suggestions]="suggestions"
|
||||
(getSuggestions)="getSuggestions()"
|
||||
(addTag)="tagsInput.createTag($event)"
|
||||
(addTag)="createTag($event)"
|
||||
(addDocumentType)="createDocumentType($event)"
|
||||
(addCorrespondent)="createCorrespondent($event)">
|
||||
</pngx-suggestions-dropdown>
|
||||
|
Reference in New Issue
Block a user