We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b766b2d commit 44ba3a9Copy full SHA for 44ba3a9
components/custom/Form/Form.svelte
@@ -33,7 +33,6 @@ const restoreFormValues = (form) => {
33
const valuesForForm = JSON.parse(formValuesJson)
34
if (valuesForForm) {
35
setValuesOnForm(form, valuesForForm)
36
- sessionStorage.removeItem(sessionStorageKey)
37
}
38
39
0 commit comments