denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.15k stars 619 forks source link

fix(partials): on form submit update url to correct value #2410

Closed emilbillberg closed 2 months ago

emilbillberg commented 4 months ago

Fixes issue: https://github.com/denoland/fresh/issues/2409

Changes:

emilbillberg commented 4 months ago

I'm a bit unsure how to add tests. If it is needed please guide me.

emilbillberg commented 2 months ago

fixed in: https://github.com/denoland/fresh/pull/2495