Skip to content

Commit

Permalink
chore: fixes syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
anechol committed Aug 8, 2024
1 parent 3a5759f commit f14fad7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class SageEmptyState < SageComponent
graphic: [:optional, NilClass, String],
icon: [:optional, NilClass, String],
icon_background: [:optional, NilClass, String],
scope: [:optional, NilClass, Set.new(["page", "compact", nil])]
scope: [:optional, NilClass, Set.new(["page", "compact", nil])],
size: [:optional, NilClass, Set.new(["compact", nil])],
text: [:optional, NilClass, String],
title: [:optional, NilClass, String],
Expand Down

0 comments on commit f14fad7

Please sign in to comment.