Skip to content

Commit ccd538b

Browse files
committed
And don't remove value for input text
1 parent b516123 commit ccd538b

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)