kirillNevedrov opened a new pull request, #8952: URL: https://github.com/apache/devlake/pull/8952
### 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 <img width="1205" height="791" alt="image" src="https://github.com/user-attachments/assets/59c910b4-b359-4c8c-8041-771d63990512" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
