Skip to content

Commit

Permalink
Merge pull request #22 from incident-io/piptaylor/resp-1664-model-ric…
Browse files Browse the repository at this point in the history
…h-text-initial-values

Fix InitialValue of RichTextInputBlockElement
  • Loading branch information
pipt authored Nov 6, 2023
2 parents 81a3fec + f8c116b commit c66691b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block_element.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ type RichTextInputBlockElement struct {
Type MessageElementType `json:"type"`
ActionID string `json:"action_id,omitempty"`
Placeholder *TextBlockObject `json:"placeholder,omitempty"`
InitialValue string `json:"initial_value,omitempty"`
InitialValue RichTextBlock `json:"initial_value,omitempty"`
DispatchActionConfig *DispatchActionConfig `json:"dispatch_action_config,omitempty"`
FocusOnLoad bool `json:"focus_on_load,omitempty"`
}
Expand Down

0 comments on commit c66691b

Please sign in to comment.