Skip to content

fix(config-ui): Recover "Create a New Connection" action#8952

Merged
klesh merged 1 commit into
apache:mainfrom
kirillNevedrov:fix-create-connection
Jun 30, 2026
Merged

fix(config-ui): Recover "Create a New Connection" action#8952
klesh merged 1 commit into
apache:mainfrom
kirillNevedrov:fix-create-connection

Conversation

@kirillNevedrov

Copy link
Copy Markdown
Contributor

Summary

This PR fixes "Create a New Connection" action. The issue is that clicking the "Create a New Connection" button causes Error: Objects are not valid as a React child error. It happens because react event object is passed as a pluginName argument to handleShowFormDialog function on button click. So the fix calls onCreate function with no arguments.

Does this close any open issues?

No

Screenshots

image

@kirillNevedrov kirillNevedrov changed the title Recover "Create a New Connection" action fix(config-ui) Recover "Create a New Connection" action Jun 24, 2026
@kirillNevedrov kirillNevedrov changed the title fix(config-ui) Recover "Create a New Connection" action fix(config-ui): Recover "Create a New Connection" action Jun 24, 2026

@klesh klesh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks for your contribution

@klesh klesh merged commit 0e96ba1 into apache:main Jun 30, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants