diff --git a/app/client/src/widgets/wds/WDSCurrencyInputWidget/config/propertyPaneConfig/contentConfig.ts b/app/client/src/widgets/wds/WDSCurrencyInputWidget/config/propertyPaneConfig/contentConfig.ts index c6ef1931fe..c3f2d81537 100644 --- a/app/client/src/widgets/wds/WDSCurrencyInputWidget/config/propertyPaneConfig/contentConfig.ts +++ b/app/client/src/widgets/wds/WDSCurrencyInputWidget/config/propertyPaneConfig/contentConfig.ts @@ -56,16 +56,6 @@ export const propertyPaneContentConfig = [ type: ValidationTypes.TEXT, }, }, - { - propertyName: "allowCurrencyChange", - label: "Allow currency change", - helpText: "Search by currency or country", - controlType: "SWITCH", - isJSConvertible: true, - isBindProperty: true, - isTriggerProperty: false, - validation: { type: ValidationTypes.BOOLEAN }, - }, { helpText: "No. of decimals in currency input", propertyName: "decimals",