Skip to content

Commit

Permalink
Remove required from col attribute on table
Browse files Browse the repository at this point in the history
  • Loading branch information
MMore authored Feb 28, 2024
1 parent d4a3778 commit c7a4b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flop_phoenix/table.ex
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ defmodule Flop.Phoenix.Table do
attr :target, :string, required: true
attr :caption, :string, required: true
attr :opts, :any, required: true
attr :col, :any, required: true
attr :col, :any
attr :items, :list, required: true
attr :foot, :any, required: true
attr :row_id, :any, default: nil
Expand Down

0 comments on commit c7a4b4f

Please sign in to comment.