mirror of
https://github.com/zadam/trilium.git
synced 2026-03-22 00:03:41 +01:00
Update apps/client/src/setup.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
61dfba8c32
commit
225cdaff46
@ -51,7 +51,7 @@ class SetupController {
|
||||
|
||||
for (const input of this.setupTypeInputs) {
|
||||
input.addEventListener("change", () => {
|
||||
this.setupType = (input.checked ? input.value : this.getSelectedSetupType()) as SetupType;
|
||||
this.setupType = input.value as SetupType;
|
||||
this.render();
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user