Skip to content

Commit

Permalink
Update _autocomplete_tag_list.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwinger authored Jul 4, 2024
1 parent 208b043 commit 45feb9c
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 45feb9c

Please sign in to comment.