fix turbo when sorting checklist
Some checks failed
/ Run tests (push) Failing after 14s
/ Run system tests (push) Failing after 15s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-10-27 22:39:49 +01:00
parent 7acc0559ae
commit 73f99bb012

View file

@ -1 +1 @@
<%== @checklist_entry.checklist.checklist_entries.map { turbo_stream.update _1 }.join %>
<%== @checklist_entry.checklist.checklist_entries.map { turbo_stream.replace _1 }.join %>