Skip to content

Commit 2c67bc3

Browse files
committed
Fixed init missing actionID
1 parent ac1acd4 commit 2c67bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/ScreenData/Views/SomeButton.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public struct SomeButton: Codable, Hashable {
2121
) {
2222
self.id = id
2323
self.title = title
24+
self.actionID = actionID
2425
self.destination = destination
2526
self.style = style
2627
}

0 commit comments

Comments
 (0)