Skip to content

Commit

Permalink
Set params always as string
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeshe committed Mar 3, 2025
1 parent 882d1f0 commit bc5e637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lightning_web/live/workflow_live/edit.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ defmodule LightningWeb.WorkflowLive.Edit do
end

WorkOrders.Manual.new(
%{dataclip_id: dataclip && dataclip.id, body: body},
%{"dataclip_id" => dataclip && dataclip.id, "body" => body},
attrs
)
end)
Expand Down

0 comments on commit bc5e637

Please sign in to comment.