Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Exit editable form state when pressing "Cancel"
Rūdolfs Ošiņš committed 3 years ago
commit 47a9d2af71651dd81e076c5709d0fc8165eb4735
parent 9b8a9a46ddfdef453a92246858c9340adea5f9b3
1 file changed +1 -0
modified src/Form.svelte
@@ -109,6 +109,7 @@
  const validate = (event: Event) => dispatch("validate", check(event));
  const cancel = () => {
    formFields = cloneDeep(fields);
+
    dispatch("cancel");
  };
</script>