Skip to content

Commit ebd2b83

Browse files
authored
Merge pull request #26 from murdahl/bugfix/murdahl/blockkit-errors
Interactive block state Attribute naming fix
2 parents a208d30 + b516123 commit ebd2b83

File tree

1 file changed

+1
-2
lines changed
  • source/src/Slackbot.Net.Endpoints/Models/Interactive/BlockActions

1 file changed

+1
-2
lines changed

source/src/Slackbot.Net.Endpoints/Models/Interactive/BlockActions/BlockAction.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ public class State
2121
public class SlackInputValue
2222
{
2323
public string Type { get; set; }
24-
public Option SelectedOption { get; set; }
25-
public string Value { get; set; }
24+
public Option Selected_option { get; set; }
2625
}

0 commit comments

Comments
 (0)