Skip to content

Commit a57a2d1

Browse files
committed
Fix InlineMessage SCHEME_OPTIONS constant
1 parent 23c4335 commit a57a2d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/primer/open_project/inline_message.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class InlineMessage < Primer::Component
1616
unavailable: :alert
1717
}.freeze
1818
private_constant :SCHEME_ICON_MAPPINGS
19-
SCHEME_OPTIONS = SCHEME_ICON_MAPPINGS.keys
19+
SCHEME_OPTIONS = SCHEME_ICON_MAPPINGS.keys.freeze
2020

2121
SCHEME_SMALL_ICON_MAPPINGS = {
2222
warning: :"alert-fill",

0 commit comments

Comments
 (0)