mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: change auto-refresh click target
This commit is contained in:
		| @@ -15,8 +15,8 @@ | ||||
|         <use xlink:href="assets/bootstrap-icons.svg#check2-all"/> | ||||
|       </svg> <ng-container i18n>{{dismissButtonText}}</ng-container> | ||||
|     </button> | ||||
|     <div class="form-check form-switch mb-0" (click)="toggleAutoRefresh()"> | ||||
|       <input class="form-check-input" type="checkbox" role="switch" id="autoRefreshSwitch" [attr.checked]="autoRefreshInterval"> | ||||
|     <div class="form-check form-switch mb-0"> | ||||
|       <input class="form-check-input" type="checkbox" role="switch" id="autoRefreshSwitch" (click)="toggleAutoRefresh()" [attr.checked]="autoRefreshInterval"> | ||||
|       <label class="form-check-label" for="autoRefreshSwitch" i18n>Auto refresh</label> | ||||
|     </div> | ||||
|   </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon