mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 01:26:52 +02: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:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user