Skip to content

Commit

Permalink
Update _autocomplete_tag_list.html.erb
Browse files Browse the repository at this point in the history
(cherry picked from commit 45feb9c)
dbwinger committed Jul 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c560540 commit be5bd5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<%= render Alchemy::Admin::TagsAutocomplete.new do %>
<%= f.text_field :tag_list, value: object.tag_list.join(",") %>
<%= f.text_field :tag_list, value: f.object.tag_list.join(",") %>
<% end %>

0 comments on commit be5bd5f

Please sign in to comment.