eclipse-kura / kura

Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
https://eclipse.dev/kura/
Eclipse Public License 2.0
498 stars 305 forks source link

fix(web2): Removed handler from button in certificate import form #5259

Closed pierantoniomerlino closed 3 months ago

pierantoniomerlino commented 3 months ago

Note: We are using the Conventional Commits convention for our pull request titles. Please take a look at the PR title format document for the supported types and scopes.

This PR removes the click handler from the nextStepButton in the certificate import modal when one is already defined. This prevents the call of multiple handler upon certificate insertion.