diff --git a/app/client/src/widgets/wds/WDSButtonWidget/config/propertyPaneConfig/contentConfig.ts b/app/client/src/widgets/wds/WDSButtonWidget/config/propertyPaneConfig/contentConfig.ts index 6a4119f597..0fec52959b 100644 --- a/app/client/src/widgets/wds/WDSButtonWidget/config/propertyPaneConfig/contentConfig.ts +++ b/app/client/src/widgets/wds/WDSButtonWidget/config/propertyPaneConfig/contentConfig.ts @@ -118,32 +118,4 @@ export const propertyPaneContentConfig = [ }, ], }, - // TODO: refactor widgetParentProps implementation when we address #10659 - { - sectionName: "Form settings", - children: [ - { - helpText: - "Disabled if the form is invalid, if this widget exists directly within a Form widget.", - propertyName: "disabledWhenInvalid", - label: "Disabled invalid forms", - controlType: "SWITCH", - isJSConvertible: true, - isBindProperty: true, - isTriggerProperty: false, - validation: { type: ValidationTypes.BOOLEAN }, - }, - { - helpText: - "Resets the fields of the form, on click, if this widget exists directly within a Form widget.", - propertyName: "resetFormOnClick", - label: "Reset form on success", - controlType: "SWITCH", - isJSConvertible: true, - isBindProperty: true, - isTriggerProperty: false, - validation: { type: ValidationTypes.BOOLEAN }, - }, - ], - }, ];