Skip to content

Commit

Permalink
Update Fs::MessageDraft visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
luciajanikova committed Oct 23, 2024
1 parent 7d2fd3e commit 0747cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/fs/message_draft.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def attachments_allowed?
end

def build_html_visualization
Fs::MessageHelper.build_html_visualization(self)
Fs::MessageHelper.build_html_visualization_from_form(self)
end

def form
Expand Down

0 comments on commit 0747cc4

Please sign in to comment.