Skip to content

Commit d46739a

Browse files
authored
Merge pull request #27 from murdahl/bugfix/murdahl/blockkit-errors
Bugfix - Removed value for input text - Reinstate
2 parents ebd2b83 + ccd538b commit d46739a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • source/src/Slackbot.Net.Endpoints/Models/Interactive/BlockActions

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ public class SlackInputValue
2222
{
2323
public string Type { get; set; }
2424
public Option Selected_option { get; set; }
25+
public string Value { get; set; }
2526
}

0 commit comments

Comments
 (0)