More front-end bug fixes

This commit is contained in:
Julien Nahum
2024-02-10 12:46:17 +01:00
parent 91911bc6e5
commit e5dc3f1bd4
8 changed files with 10 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ function initUpdatedForm() {
// Create a form.id watcher that updates working form
watch(form, (form) => {
if (form.value) {
if (form?.value) {
initUpdatedForm()
}
})