chore: remove allow currency change control in WDSCurrencyInputWidget (#33598)

Fixes #32031

/ok-to-test tags="@tag.Anvil"

Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro-2.local>
This commit is contained in:
Pawan Kumar 2024-05-21 16:53:38 +05:30 committed by GitHub
parent 5965150bc4
commit e4f713c45e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",