Skip to content

Commit

Permalink
fix: connector label update (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: Pritish Budhiraja <[email protected]>
  • Loading branch information
Riddhiagrawal001 and Pritish Budhiraja authored Feb 14, 2024
1 parent 657487f commit 4442ae4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ module ConnectorConfigurationFields = {
connector
selectedConnector
isLabelNested=false
disabled={isUpdateFlow ? true : false}
description="This is an unique label you can generate and pass in order to identify this connector account on your Hyperswitch dashboard and reports. Eg: if your profile label is 'default', connector label can be 'stripe_default'"
/>
<RenderConnectorInputFields
Expand Down
2 changes: 0 additions & 2 deletions src/screens/HyperSwitch/Connectors/ConnectorUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ let connectorIgnoredField = [
"business_country",
"business_label",
"business_sub_label",
"connector_label",
"merchant_connector_id",
"connector_name",
"profile_id",
Expand All @@ -593,7 +592,6 @@ let verifyConnectorIgnoreField = [
"business_country",
"business_label",
"business_sub_label",
"connector_label",
"merchant_connector_id",
"applepay_verified_domains",
]
Expand Down

0 comments on commit 4442ae4

Please sign in to comment.