From e4f713c45e9f065853410e59fa6562ca3165927e Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Tue, 21 May 2024 16:53:38 +0530 Subject: [PATCH] chore: remove allow currency change control in WDSCurrencyInputWidget (#33598) Fixes #32031 /ok-to-test tags="@tag.Anvil" Co-authored-by: Pawan Kumar --- .../config/propertyPaneConfig/contentConfig.ts | 10 ---------- 1 file changed, 10 deletions(-) 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",