Skip to content

Commit

Permalink
Make style optional
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Aug 6, 2020
1 parent 8a29b79 commit ad8dc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SlackMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export interface ConfirmObject {
text: string;
confirm: string;
deny: string;
style: "primary" | "danger";
style?: "primary" | "danger";
}

export interface PlainTextObject extends TextObject {
Expand Down

0 comments on commit ad8dc98

Please sign in to comment.