Skip to content

Commit fd9e426

Browse files
committed
fix(styleguide): Use view compoent for tags-autocomplete
The view component adds the correct url so that the component actually works.
1 parent 7413dbf commit fd9e426

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/alchemy/admin/styleguide/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@
183183
<h3>Tags Autocomplete</h3>
184184

185185
<div style="width: 25%">
186-
<alchemy-tags-autocomplete>
186+
<%= render Alchemy::Admin::TagsAutocomplete.new do %>
187187
<input type="text" class="full_width" autocomplete="off">
188-
</alchemy-tags-autocomplete>
188+
<% end %>
189189
</div>
190190

191191
<h2>Typography</h2>

0 commit comments

Comments
 (0)