mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Hide double-click note on non-multiple dropdowns
This commit is contained in:
parent
1ba1df2529
commit
0b6c749b60
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<use xlink:href="assets/bootstrap-icons.svg#arrow-right" />
|
||||
</svg>
|
||||
</button>
|
||||
<div *ngIf="!editing" class="list-group-item list-group-item-note pt-1 pb-2">
|
||||
<div *ngIf="!editing && multiple" class="list-group-item list-group-item-note pt-1 pb-2">
|
||||
<small i18n>Click again to exclude items.</small>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue