Skip to content

Commit ae0f829

Browse files
committed
FIX: Init Error
1 parent 60150c4 commit ae0f829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenTDS/Component/ScrollView/ScrollView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public struct TossScrollView<Content: View>: View {
2929
@ViewBuilder content: @escaping () -> Content) {
3030
self.title = title
3131
self.showsIndicators = showsIndicators
32-
self.showsDismiss = false
32+
self.showsDismiss = showsDismiss
3333
self.content = content()
3434
}
3535

0 commit comments

Comments
 (0)