Explorar el Código

fix: remove serde attr

Jonathan Kelley hace 3 años
padre
commit
61f9b9dd83
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/html/src/events.rs

+ 0 - 2
packages/html/src/events.rs

@@ -486,8 +486,6 @@ pub mod on {
     #[derive(Debug)]
     pub struct FormData {
         pub value: String,
-
-        #[serde(default)]
         pub values: HashMap<String, String>,
         /* DOMEvent:  Send + SyncTarget relatedTarget */
     }