mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Fix some typescript issues (#32586)
Fixes around 30 or so typescript errors. No runtime changes.
This commit is contained in:
		| @@ -5,7 +5,7 @@ export function generateAriaId() { | ||||
|   return `_aria_auto_id_${ariaIdCounter++}`; | ||||
| } | ||||
|  | ||||
| export function linkLabelAndInput(label, input) { | ||||
| export function linkLabelAndInput(label: Element, input: Element) { | ||||
|   const labelFor = label.getAttribute('for'); | ||||
|   const inputId = input.getAttribute('id'); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user