Fix reset workingFromStore, fix star rating required, fix checkboxes

This commit is contained in:
Julien Nahum
2024-01-17 14:52:32 +01:00
parent b4d0008766
commit 1a6b5dd5d7
5 changed files with 19 additions and 21 deletions

View File

@@ -179,7 +179,7 @@ const tabsList = [
]
onMounted(() => {
workingFormStore.set(null) // Reset old working form
workingFormStore.reset()
if (form.value) {
workingFormStore.set(form.value)
} else {