Skip to content

Commit a3faf44

Browse files
myabcCopilot
andauthored
Use fully-qualified Truncate constant
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 716abb7 commit a3faf44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/primer/open_project/border_box/collapsible_header.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CollapsibleHeader < Primer::Component
2222
"Box-title"
2323
)
2424

25-
Beta::Truncate.new(tag: fetch_or_fallback(TITLE_TAG_OPTIONS, tag, TITLE_TAG_DEFAULT), **system_arguments)
25+
Primer::Beta::Truncate.new(tag: fetch_or_fallback(TITLE_TAG_OPTIONS, tag, TITLE_TAG_DEFAULT), **system_arguments)
2626
}
2727

2828
# Optional count

0 commit comments

Comments
 (0)