Skip to content

Commit

Permalink
Add HideDetailsButton options in single step form
Browse files Browse the repository at this point in the history
Signed-off-by: Imtiaz Uddin <[email protected]>
  • Loading branch information
Imtiaz246 committed Feb 26, 2025
1 parent 1f299d6 commit 1dc35f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ type SingleStepFormArray struct {
ResetDependencyPath string `json:"resetDependencyPath,omitempty"`
ResetOnChange bool `json:"resetOnChange,omitempty"`
TemporaryPath string `json:"temporaryPath,omitempty"`
HideDetailsButton bool `json:"hideDetailsButton,omitempty"`
}

type SingleStepFormArrayElement struct {
Expand Down

0 comments on commit 1dc35f4

Please sign in to comment.