features/templ-components #3
@ -36,5 +36,5 @@ func (h *Handler) ArticlesList(c echo.Context) error {
|
||||
|
||||
}
|
||||
|
||||
return Render(c, http.StatusOK, articles.List(vm))
|
||||
return Render(c, http.StatusOK, articles.ListArticlesTable(vm))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user