mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
added some missing strings
This commit is contained in:
parent
96f4924911
commit
8ae4b7560b
3 changed files with 18 additions and 1 deletions
|
|
@ -8,6 +8,8 @@
|
|||
[clearable]="allowNull"
|
||||
[items]="items"
|
||||
[addTag]="allowCreateNew && addItemRef"
|
||||
addTagText="Add item"
|
||||
i18n-addTagText
|
||||
bindLabel="name"
|
||||
bindValue="id"
|
||||
(change)="onChange(value)"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
[hideSelected]="true"
|
||||
[addTag]="createTagRef"
|
||||
addTagText="Add tag"
|
||||
i18n-addTagText
|
||||
(change)="onChange(value)"
|
||||
(search)="onSearch($event)"
|
||||
(focus)="clearLastSearchTerm()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue