Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 7ab973a

Browse files
committed
Include style in Action JSON dictionary
1 parent 1889ffe commit 7ab973a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SlackKit/Sources/Action.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public struct Action {
5454
dict["text"] = text
5555
dict["type"] = type
5656
dict["value"] = value
57+
dict["style"] = style?.rawValue
5758
dict["confirm"] = confirm?.dictionary()
5859
return dict
5960
}

0 commit comments

Comments
 (0)