kumahq / kuma-gui

🐻 A GUI built on Vue.js for use with Kuma.
https://kuma.io/
Apache License 2.0
39 stars 22 forks source link

Unsupported prop `type` on `KPrompt` component #3178

Closed schogges closed 1 week ago

schogges commented 1 week ago

What happened?

With this commit kongponents KPrompt stopped supporting the prop type. Instead new props like actionButtonAppearance got introduced. We need to update our implementation of KPrompt accordingly.