updated for name action instead of "component" action

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-08-01 13:39:41 -05:00
parent b28bfc0e55
commit 2c708b512c
5 changed files with 5 additions and 5 deletions

View File

@ -108,7 +108,7 @@ class ButtonGroupViewController: BaseViewController<ButtonGroup> {
override func setupForm(){
super.setupForm()
addFormRow(label: "Button Action", view: label)
addFormRow(label: "Action", view: label)
addFormRow(label: "Surface", view: surfacePickerSelectorView)
addFormRow(label: "Disabled", view: disabledSwitch)
addFormRow(label: "Position", view: buttonPositionSelectorView)

View File

@ -39,7 +39,7 @@ class ButtonViewController: BaseViewController<Button> {
override func setupForm(){
super.setupForm()
addFormRow(label: "Button Action", view: label)
addFormRow(label: "Action", view: label)
addFormRow(label: "Surface", view: surfacePickerSelectorView)
addFormRow(label: "Use", view: usePickerSelectorView)
addFormRow(label: "Disabled", view: disabledSwitch)

View File

@ -60,7 +60,7 @@ class NotificationViewController: BaseViewController<VDS.Notification> {
addFormRow(label: "Hide Button Group", view: buttonGroupToggle)
addFormRow(label: "Hide Close Button", view: hideCloseButtonToggle)
addFormRow(label: "Full bleed", view: fullBleedToggle)
addFormRow(label: "Button Action", view: label)
addFormRow(label: "Action", view: label)
addFormRow(label: "First Button Text", view: firstButtonTextField)
addFormRow(label: "Second Button Text", view: secondButtonTextField)

View File

@ -32,7 +32,7 @@ class TextLinkCaretViewController: BaseViewController<TextLinkCaret> {
override func setupForm(){
super.setupForm()
addFormRow(label: "Button Action", view: label)
addFormRow(label: "Action", view: label)
addFormRow(label: "Surface", view: surfacePickerSelectorView)
addFormRow(label: "Disabled", view: disabledSwitch)
addFormRow(label: "Label", view: textField)

View File

@ -34,7 +34,7 @@ class TextLinkViewController: BaseViewController<TextLink> {
override func setupForm(){
super.setupForm()
addFormRow(label: "Button Action", view: label)
addFormRow(label: "Action", view: label)
addFormRow(label: "Surface", view: surfacePickerSelectorView)
addFormRow(label: "Disabled", view: disabledSwitch)
addFormRow(label: "Label", view: textField)