enhance: add calendar link to login screen

This commit is contained in:
Julian Krauser 2025-05-31 07:34:19 +02:00
parent ec0222ff2f
commit 516c6a9e92
2 changed files with 7 additions and 2 deletions

View file

@ -58,7 +58,7 @@ export default defineComponent({
},
{
key: "app.show_link_to_calendar",
value: formData.show_link_to_calendar.checked || null,
value: formData.show_link_to_calendar.checked,
},
]);
},