diff --git a/.changeset/tricky-pens-applaud.md b/.changeset/tricky-pens-applaud.md new file mode 100644 index 00000000000..189b3ea5237 --- /dev/null +++ b/.changeset/tricky-pens-applaud.md @@ -0,0 +1,5 @@ +--- +"@wso2is/console": patch +--- + +Fix custom properties update issue in connections diff --git a/apps/console/src/features/connections/components/edit/forms/components/common-pluggable-component-form.tsx b/apps/console/src/features/connections/components/edit/forms/components/common-pluggable-component-form.tsx index 65343f375e5..1b94b985b24 100644 --- a/apps/console/src/features/connections/components/edit/forms/components/common-pluggable-component-form.tsx +++ b/apps/console/src/features/connections/components/edit/forms/components/common-pluggable-component-form.tsx @@ -150,7 +150,7 @@ export const CommonPluggableComponentForm: FunctionComponent { const keyValuePair: string[] = customProperty.split("="); @@ -467,12 +467,6 @@ export const CommonPluggableComponentForm: FunctionComponent prop.key === property.key)) { - return; - } - // Check whether the property is not in the metadata. if (!metadata?.properties?.find( (meta: CommonPluggableComponentMetaPropertyInterface) => meta.key === property.key)) { diff --git a/apps/console/src/features/connections/components/edit/settings/authenticator-settings.tsx b/apps/console/src/features/connections/components/edit/settings/authenticator-settings.tsx index ede03000a4f..f3dc762efe1 100644 --- a/apps/console/src/features/connections/components/edit/settings/authenticator-settings.tsx +++ b/apps/console/src/features/connections/components/edit/settings/authenticator-settings.tsx @@ -1000,9 +1000,6 @@ export const AuthenticatorSettings: FunctionComponent