We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f68c16 commit 927434cCopy full SHA for 927434c
Sources/OpenTDS/Component/Button/Toolbar/ToolbarButton+Ext.swift
@@ -7,7 +7,7 @@ public struct TossToolbarButtonBuilder {
7
components
8
}
9
10
- static func buildOptional(_ component: TossToolbarButton?) -> TossToolbarButton? {
+ public static func buildOptional(_ component: TossToolbarButton?) -> TossToolbarButton? {
11
return component ?? nil
12
13
0 commit comments