Skip to content

Commit

Permalink
table_for fix along with warning cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
spunkedy authored and sublimecoder committed Jul 12, 2019
1 parent 2f93cc0 commit 70e672e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_admin/show.ex
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ defmodule ExAdmin.Show do
|> Enum.map(&{translate_field(defn, &1), %{}})
|> Enum.reject(&is_nil(&1))

ExAdmin.Table.attributes_table(conn, resource, %{rows: columns}) #|> IO.inspect
ExAdmin.Table.attributes_table(conn, resource, %{rows: columns})
end
end

Expand Down

0 comments on commit 70e672e

Please sign in to comment.