Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix error from phx-update replace from admin blog post tags
Browse files Browse the repository at this point in the history
  • Loading branch information
shahryarjb committed Apr 7, 2022
1 parent d7b0c80 commit 96d53e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ defmodule MishkaHtmlWeb.AdminBlogPostTagsLive do
<input type="text" class="title-input-text form-control" name="search-tag-title" id="search-tag">
<div class="col space10"> </div>
<div class="space10"></div>
<div class="col" phx-update="replace" id="search_tags">
<div class="col" id="search_tags">
<%= for {item, color} <- Enum.zip(@search, Stream.cycle(["warning", "info" , "danger" , "success" , "primary" ])) do %>
<div class={"list-group-item list-group-item-#{color}"} aria-current="true">
<div class="d-flex w-100 justify-content-between">
Expand Down

0 comments on commit 96d53e4

Please sign in to comment.