Skip to content

Commit

Permalink
Merge pull request #972 from rsteube/multiparts-tag
Browse files Browse the repository at this point in the history
MultiParts: add missing tag
  • Loading branch information
rsteube committed Jan 5, 2024
2 parents 28704f5 + 89593cd commit 8cf45c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invokedAction.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,15 @@ func (a InvokedAction) ToMultiPartsA(dividers ...string) Action {
Display: d,
Description: val.Description,
Style: val.Style,
Tag: val.Tag,
}
} else {
uniqueVals[v] = common.RawValue{
Value: v,
Display: d,
Description: "",
Style: "",
Tag: "",
}
}
}
Expand Down

0 comments on commit 8cf45c6

Please sign in to comment.