mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
029864a859
Render it using our component wrapper and `update_via_turbo_stream(method: "morph")`. Move `<turbo-frame>` of progress modal from component to the view to avoid double rendering of the turbo-frame tag. Inspired by PR #18152 where a similar was done for date picker modal.