Skip to content

Commit 582a421

Browse files
authored
Make NoticeView.init public
1 parent ea66522 commit 582a421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SwiftDataSync/UI/NoticeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public struct NoticeView: View {
3030
let text: LocalizedStringKey
3131
let buttonConfiguration: (text: LocalizedStringKey, action: SimpleBlock)?
3232

33-
init(
33+
public init(
3434
kind: NoticeView.Kind,
3535
text: LocalizedStringKey,
3636
buttonConfiguration: (text: LocalizedStringKey, action: SimpleBlock)? = nil

0 commit comments

Comments
 (0)