mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Hide double-click note on non-multiple dropdowns
This commit is contained in:
		| @@ -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> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon