Skip to content

Commit 5608540

Browse files
committed
reverted variable - no longer need it to be assignable
1 parent 177a052 commit 5608540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/installer/user/installer-user.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class UmbInstallerUserElement extends UmbLitElement {
4646
const form = e.target as HTMLFormElement;
4747
if (!form) return;
4848

49-
let isValid = form.checkValidity();
49+
const isValid = form.checkValidity();
5050
if (!isValid) return;
5151

5252
const formData = new FormData(form);

0 commit comments

Comments
 (0)