mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Hide double-click note on non-multiple dropdowns
This commit is contained in:
parent
e23627bba0
commit
2a6a61b45c
@ -38,7 +38,7 @@
|
|||||||
<use xlink:href="assets/bootstrap-icons.svg#arrow-right" />
|
<use xlink:href="assets/bootstrap-icons.svg#arrow-right" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</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>
|
<small i18n>Click again to exclude items.</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user