Fix style

This commit is contained in:
David Heinemeier Hansson
2025-11-02 13:54:46 +01:00
parent fb395c8b07
commit 7052d6ecec
@@ -5,7 +5,7 @@ class Collections::EntropiesController < ApplicationController
@collection.entropy.update!(entropy_params)
render turbo_stream: [
turbo_stream.replace([ @collection, :entropy], partial: "collections/edit/auto_close", locals: { collection: @collection }),
turbo_stream.replace([ @collection, :entropy ], partial: "collections/edit/auto_close", locals: { collection: @collection }),
turbo_stream_flash(notice: "Saved")
]
end