From 1dc35f4aaebca97d7051fa4424ab42cb2a8c75d0 Mon Sep 17 00:00:00 2001 From: Imtiaz Uddin Date: Wed, 26 Feb 2025 13:07:41 +0600 Subject: [PATCH] Add HideDetailsButton options in single step form Signed-off-by: Imtiaz Uddin --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 5f6d49f..4c48b88 100644 --- a/types.go +++ b/types.go @@ -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 {