Skip to content

Commit

Permalink
fix(alert): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed Sep 8, 2022
1 parent 9a025e3 commit 3db65a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/sage_rails/app/sage_components/sage_alert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SageAlert < SageComponent
test_id: [:optional, NilClass, String],
attributes: [:optional, NilClass, Hash]
}],
secondary_actions: [:optional, NilClass, [[{
secondary_actions: [:optional, [[NilClass, {
value: String,
url: [:optional, NilClass, String],
test_id: [:optional, NilClass, String],
Expand Down

0 comments on commit 3db65a2

Please sign in to comment.