Skip to content

Commit

Permalink
remove redundant attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Dec 6, 2023
1 parent 77ab442 commit 9264115
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/doggo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,6 @@ defmodule Doggo do
"""
@doc type: :component

attr :navigate, :string, default: nil
attr :patch, :string, default: nil
attr :href, :any, default: nil
attr :replace, :boolean, default: false
attr :method, :string, default: "get"
attr :csrf_token, :any, default: true

attr :variant, :atom,
values: [:primary, :secondary, :info, :success, :warning, :danger],
default: :primary
Expand Down

0 comments on commit 9264115

Please sign in to comment.