mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix: erroneous reactivity warning at form.rs:96
(#1142)
This commit is contained in:
parent
53efcb989c
commit
4ade062cd8
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ where
|
|||
)
|
||||
.unwrap_throw();
|
||||
let action = use_resolved_path(cx, move || action.clone())
|
||||
.get()
|
||||
.get_untracked()
|
||||
.unwrap_or_default();
|
||||
// multipart POST (setting Context-Type breaks the request)
|
||||
if method == "post" && enctype == "multipart/form-data" {
|
||||
|
|
Loading…
Reference in a new issue