web/admin: fix wizards with radio selects not working correctly after use (#4933)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -36,7 +36,7 @@ export class InitialServiceConnectionWizardPage extends WizardPage {
 | 
			
		||||
            ?.querySelectorAll<HTMLInputElement>("input[type=radio]")
 | 
			
		||||
            .forEach((radio) => {
 | 
			
		||||
                if (radio.checked) {
 | 
			
		||||
                    this.host.isValid = true;
 | 
			
		||||
                    radio.dispatchEvent(new CustomEvent("change"));
 | 
			
		||||
                }
 | 
			
		||||
            });
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user